You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
765 B

{
"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/"}
}
}