mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-16 21:58:25 +01:00
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 ."
|
|
]
|
|
}
|
|
}
|