Skip to content

Commit

Permalink
Merge pull request #46 from boesing/bugfix/php-composer-constraints
Browse files Browse the repository at this point in the history
Normalize accidentally widened php constraint
  • Loading branch information
Ocramius committed Oct 7, 2022
2 parents 5b217ad + a6c7977 commit 6c875e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "^7.4 || ^8.0 || ~8.1.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"fig/http-message-util": "^1.1",
"mezzio/mezzio-router": "^3.1",
"psr/container": "^1.0 || ^2.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c875e9

Please sign in to comment.