Skip to content

Commit 86bc89f

Browse files
authored
Merge pull request #60 from Nyholm/class-constant
We are using ::class which is php 5.5
2 parents 1d5696f + cf2ab9d commit 86bc89f

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
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^5.4 || ^7.0"
14+
"php": "^5.5|^7.0"
1515
},
1616
"require-dev": {
1717
"php-http/httplug": "^1.0",

0 commit comments

Comments
 (0)