15 lines
258 B
JSON
15 lines
258 B
JSON
|
{
|
||
|
"require": {
|
||
|
"php": ">=5.5.0",
|
||
|
"slim/slim": "^3.1",
|
||
|
"slim/php-view": "^2.0"
|
||
|
},
|
||
|
"config": {
|
||
|
"process-timeout" : 0
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "php -S 0.0.0.0:8080 -t public public/index.php"
|
||
|
}
|
||
|
|
||
|
}
|