Skip to content

Commit

Permalink
Widen required PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
Svish committed Sep 15, 2023
1 parent 831c14d commit 752f375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"source": "https://github.com/Svish/php-cross-domain-proxy"
},
"require": {
"php": "^7",
"lib-curl": "^7"
"php": ">=7",
"lib-curl": ">=7"
},
"autoload": {
"psr-4": {"Geekality\\": "src/"}
Expand Down

0 comments on commit 752f375

Please sign in to comment.