dumbo/examples/composer.json
2024-07-15 14:27:57 +01:00

15 lines
195 B
JSON

{
"require": {
"notrab/dumbo": "@dev"
},
"repositories": [
{
"type": "path",
"url": "../"
}
],
"scripts": {
"start": "php -S localhost:8080 index.php"
}
}