Skip to content

Commit 1f7907a

Browse files
committed
fix compatibility
1 parent e85b053 commit 1f7907a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4 | ^8.0 | ^8.1",
12+
"php": "~7.4.0||~8.0.0||~8.1.0",
1313
"mezzio/mezzio": "^3.11",
14-
"psr/container": "^1.0 | ^2.0",
14+
"psr/container": "^1.0||^2.0",
1515
"psr/http-server-handler": "^1.0.1",
1616
"laminas/laminas-config-aggregator": "^1.7",
1717
"laminas-api-tools/api-tools-asset-manager": "^1.5",

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)