mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 14:18:14 +01:00
18 lines
289 B
JSON
18 lines
289 B
JSON
{
|
|
"require": {
|
|
"notrab/dumbo": "@dev",
|
|
"jenssegers/blade": "^2.0",
|
|
"illuminate/view": "11.7.0"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "php -S localhost:8000 index.php"
|
|
},
|
|
"prefer-stable": false
|
|
}
|