Skip to content

Commit

Permalink
[11.x] Update composer.json files to provide PSR implementations (#51983
Browse files Browse the repository at this point in the history
)

* Update composer.json files to provide PSR implementations

* Restore Illuminate/Cache/composer.json file
  • Loading branch information
seriquynh authored Jul 2, 2024
1 parent 7156183 commit 162be67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
},
"provide": {
"psr/container-implementation": "1.1|2.0",
"psr/log-implementation": "1.0|2.0|3.0",
"psr/simple-cache-implementation": "1.0|2.0|3.0"
},
"autoload": {
Expand Down
6 changes: 5 additions & 1 deletion src/Illuminate/Log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
"php": "^8.2",
"illuminate/contracts": "^11.0",
"illuminate/support": "^11.0",
"monolog/monolog": "^3.0"
"monolog/monolog": "^3.0",
"psr/log": "^1.0|^2.0|^3.0"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 162be67

Please sign in to comment.