Skip to content

Commit 60e8b2f

Browse files
authored
Fix version constraints failures. (#345)
1 parent 1a739c5 commit 60e8b2f

File tree

2 files changed

+53
-48
lines changed

2 files changed

+53
-48
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["framework", "zest"],
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2|8.0",
7+
"php": "^7.2|^8.0",
88
"ext-mbstring": "*"
99
},
1010
"require-dev": {

composer.lock

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

0 commit comments

Comments
 (0)