add serve script to composer
This commit is contained in:
parent
edbc48a87d
commit
bb3397b751
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
|||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"serve": "php -S localhost:8080 -t public/"
|
||||
},
|
||||
"require": {
|
||||
"slim/slim": "4.*",
|
||||
"slim/psr7": "^1.8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue