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 7156183 commit 162be67Copy full SHA for 162be67
composer.json
@@ -122,6 +122,7 @@
122
},
123
"provide": {
124
"psr/container-implementation": "1.1|2.0",
125
+ "psr/log-implementation": "1.0|2.0|3.0",
126
"psr/simple-cache-implementation": "1.0|2.0|3.0"
127
128
"autoload": {
src/Illuminate/Log/composer.json
@@ -17,7 +17,11 @@
17
"php": "^8.2",
18
"illuminate/contracts": "^11.0",
19
"illuminate/support": "^11.0",
20
- "monolog/monolog": "^3.0"
+ "monolog/monolog": "^3.0",
21
+ "psr/log": "^1.0|^2.0|^3.0"
22
+ },
23
+ "provide": {
24
+ "psr/log-implementation": "1.0|2.0|3.0"
25
26
27
"psr-4": {
0 commit comments