We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e202a02 commit 952aba3Copy full SHA for 952aba3
composer.json
@@ -12,8 +12,14 @@
12
"name": "kpicaza"
13
}
14
],
15
+ "repositories": [
16
+ {
17
+ "type": "git",
18
+ "url": "https://github.com/antidot-framework/psr11-monolog"
19
+ }
20
+ ],
21
"require": {
- "php": "^7.4.0",
22
+ "php": "^7.4.0|^8.0",
23
"psr/http-server-middleware": "^1.0",
24
"psr/log": "^1.1"
25
},
@@ -22,7 +28,7 @@
28
"phpstan/phpstan": "^0.11.5 || ^0.12.0",
29
"phpunit/phpunit": "^8.0 || ^9.0",
30
"squizlabs/php_codesniffer": "^3.4",
- "wshafer/psr11-monolog": "^3.0.0"
31
+ "wshafer/psr11-monolog": "@dev"
26
32
27
33
"autoload": {
34
"psr-4": {
0 commit comments