mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 06:08:31 +01:00
6687353c15
* feat(dumbo): add static files * always serve index.html * update readme * simplify
18 lines
256 B
JSON
18 lines
256 B
JSON
{
|
|
"require": {
|
|
"notrab/dumbo": "@dev"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": [
|
|
"Composer\\Config::disableProcessTimeout",
|
|
"php -S localhost:8000 -t ."
|
|
]
|
|
}
|
|
}
|