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