Merge branch 'feature/monolog' into 'master'
feature(monolog): updated See merge request !26
No related branches found
No related tags found
... | ... | @@ -8,16 +8,16 @@ |
], | ||
"config": { | ||
"platform": { | ||
"php": "7.0.19" | ||
"php": "7.2" | ||
}, | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true | ||
} | ||
}, | ||
"require": { | ||
"php": ">=7.0|^8", | ||
"php": ">=7.2|^8", | ||
"psr/log": "^1", | ||
"monolog/monolog": "^1.23", | ||
"monolog/monolog": "^2.9.1", | ||
"wpdesk/wp-notice": "^3.0" | ||
}, | ||
"require-dev": { | ||
... | ... |
Please register or sign in to comment