Skip to content

Commit

Permalink
TECH Simplify PHP version dependency condition because ^8.0 covers al…
Browse files Browse the repository at this point in the history
…l 8.x
  • Loading branch information
sibprogrammer committed Jul 9, 2024
1 parent 9ca74d1 commit 40328d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0 || ^8.2",
"php": "^7.4 || ^8.0",
"ext-curl": "*",
"ext-xml": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit 40328d2

Please sign in to comment.