mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 06:08:31 +01:00
643aa4f90d
refact: remove monolog/monolog and use psr/log
16 lines
229 B
JSON
16 lines
229 B
JSON
{
|
|
"require": {
|
|
"notrab/dumbo": "@dev",
|
|
"monolog/monolog": "^3.7"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "php -S localhost:8000 index.php"
|
|
}
|
|
}
|