1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

21 lines
409 B
JSON

{
"require": {
"php": ">=5.5.0",
"slim/slim": "^3.1",
"slim/php-view": "^2.0",
"vrana/notorm": "dev-master"
},
"config": {
"process-timeout" : 0
},
"scripts": {
"run": "composer install && composer start",
"start": "php -S 0.0.0.0:8080"
},
"autoload": {
"psr-4": {
"Inforbank\\": "src/"
}
}
}