feature(monolog): updated
parent
90a5c6d2
No related branches found
Tags 1.11.0-beta1
... | @@ -8,14 +8,14 @@ | ... | @@ -8,14 +8,14 @@ |
], | ], | ||
"config": { | "config": { | ||
"platform": { | "platform": { | ||
"php": "7.0.19" | "php": "7.2" | ||
}, | }, | ||
"allow-plugins": { | "allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true | "dealerdirect/phpcodesniffer-composer-installer": true | ||
} | } | ||
}, | }, | ||
"require": { | "require": { | ||
"php": ">=7.0|^8", | "php": ">=7.2|^8", | ||
"psr/log": "^1", | "psr/log": "^1", | ||
"monolog/monolog": "^2.9.1", | "monolog/monolog": "^2.9.1", | ||
"wpdesk/wp-notice": "^3.0" | "wpdesk/wp-notice": "^3.0" | ||
... | ... |
Please register or sign in to comment