Skip to content

Commit 40328d2

Browse files
committed
TECH Simplify PHP version dependency condition because ^8.0 covers all 8.x
1 parent 9ca74d1 commit 40328d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.4 || ^8.0 || ^8.2",
17+
"php": "^7.4 || ^8.0",
1818
"ext-curl": "*",
1919
"ext-xml": "*",
2020
"ext-simplexml": "*",

0 commit comments

Comments
 (0)