Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit d0cc823

Browse files
authored
chore(deps): fix PHP constraint
1 parent d6d2928 commit d0cc823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": ">=7.1",
23+
"php": "^7.1 || ^8",
2424
"ext-ctype": "*",
2525
"ext-filter": "*",
2626
"ext-json": "*",

0 commit comments

Comments
 (0)