Skip to content

Commit 752f375

Browse files
committed
Widen required PHP version
1 parent 831c14d commit 752f375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"source": "https://github.com/Svish/php-cross-domain-proxy"
1010
},
1111
"require": {
12-
"php": "^7",
13-
"lib-curl": "^7"
12+
"php": ">=7",
13+
"lib-curl": ">=7"
1414
},
1515
"autoload": {
1616
"psr-4": {"Geekality\\": "src/"}

0 commit comments

Comments
 (0)