Skip to content

Commit 6c875e9

Browse files
authored
Merge pull request #46 from boesing/bugfix/php-composer-constraints
Normalize accidentally widened php constraint
2 parents 5b217ad + a6c7977 commit 6c875e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license": "BSD-3-Clause",
1212
"require": {
13-
"php": "^7.4 || ^8.0 || ~8.1.0",
13+
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
1414
"fig/http-message-util": "^1.1",
1515
"mezzio/mezzio-router": "^3.1",
1616
"psr/container": "^1.0 || ^2.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)