mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 22:28:25 +01:00
15 lines
198 B
JSON
15 lines
198 B
JSON
{
|
|
"require": {
|
|
"notrab/dumbo": "@dev"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "php -S localhost:8000 index.php"
|
|
}
|
|
}
|