Skip to content

Commit

Permalink
composer.json: Mark ayesh/slim as conflicts and provides for slim/slim
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayesh committed Feb 4, 2022
1 parent dc7a347 commit ce98146
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
"phpunit/phpunit": "^9.5.9"
},
"provide": {
"psr/http-message-implementation": "1.0"
"psr/http-message-implementation": "1.0",
"slim/slim": "^3.12.0"
},
"conflict": {
"slim/slim": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ce98146

Please sign in to comment.