{ "name": "pavlicek.dev/webapp-nette-utils", "description": "Collection of utilities, tools and code snippets useful when developing Nette based web application, particularily with REST APIs", "type": "project", "license": ["Proprietary at this time"], "authors": [ { "name": "Jan Pavlíček", "email": "jan@pavlicek.dev" } ], "config": { "optimize-autoloader": true, "platform": { "php": "8.2" } }, "require": { "php": ">= 8.2.0", "jms/serializer": "*", "latte/latte": "*", "nette/application": "*", "nette/http": "*", "nette/security": "*" }, "autoload": { "psr-0": {"": "lib/"} } }