dumbo/examples/logger/composer.json
Lucas Coutinho 643aa4f90d
feat: add logger helper (#32)
refact: remove monolog/monolog and use psr/log
2024-09-02 11:29:17 +01:00

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"
}
}