mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 22:28:25 +01:00
c1d8347f69
* refactor: add missing response interface * fix: app config setter and getter * Apply suggestions from code review Co-authored-by: Jamie Barton <jamie@notrab.dev> * feat: introduce HasConfig trait * refactor: remove duplicate methods and use HasConfig trait * changes * revert trait for now * add back variables * revert examples demo --------- Co-authored-by: Jamie Barton <jamie@notrab.dev>
18 lines
256 B
JSON
18 lines
256 B
JSON
{
|
|
"require": {
|
|
"notrab/dumbo": "@dev"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": [
|
|
"Composer\\Config::disableProcessTimeout",
|
|
"php -S localhost:8000 -t ."
|
|
]
|
|
}
|
|
}
|