Skip to content

Commit

Permalink
Removed version constraints on PSR packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Jan 25, 2024
1 parent 017a71c commit 8048d86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"require": {
"php": ">=7.1",
"ext-json": "*",
"psr/log": "^1.0",
"psr/container": "^1.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "*",
"psr/container": "*",
"psr/http-message": "*",
"psr/http-server-handler": "*",
"psr/http-server-middleware": "*",
"pimple/pimple": "^3.0",
"nyholm/psr7": "^1.5",
"nyholm/psr7-server": "^1.0",
Expand Down

0 comments on commit 8048d86

Please sign in to comment.