mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 14:18:14 +01:00
16 lines
221 B
JSON
16 lines
221 B
JSON
{
|
|
"require": {
|
|
"notrab/dumbo": "@dev"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "php -S localhost:8000 index.php"
|
|
},
|
|
"prefer-stable": false
|
|
}
|