dumbo/examples/composer.json

16 lines
221 B
JSON
Raw Normal View History

2024-07-15 14:27:57 +01:00
{
"require": {
"notrab/dumbo": "@dev"
},
"repositories": [
{
"type": "path",
"url": "../"
}
],
"scripts": {
2024-07-17 09:34:05 +01:00
"start": "php -S localhost:8000 index.php"
2024-07-15 18:59:04 +01:00
},
"prefer-stable": false
2024-07-15 14:27:57 +01:00
}