Skip to content

Commit 327ecc6

Browse files
Allow PHP 7.0
1 parent e607109 commit 327ecc6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Builds URL's the way pecl_http does this",
44
"type": "library",
55
"require": {
6-
"php": "^5.3.9"
6+
"php": "^5.3.9 || ^7.0.0"
77
},
88
"license": "MIT",
99
"authors": [

composer.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)