mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 22:28:25 +01:00
94edb1a5b9
Updated the examples directory structure to accommodate additional examples. Moved the existing example into a `simple` subdirectory under `examples/`
16 lines
224 B
JSON
16 lines
224 B
JSON
{
|
|
"require": {
|
|
"notrab/dumbo": "@dev"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "php -S localhost:8000 index.php"
|
|
},
|
|
"prefer-stable": false
|
|
}
|