Skip to content

Commit b0c8f3f

Browse files
committed
Fix PHP version requirement
1 parent 55fa7be commit b0c8f3f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
],
1818
"config": {
1919
"platform": {
20-
"php": ">=5.5.0"
20+
"php": "5.5"
2121
}
2222
},
2323
"require": {
24+
"php": ">=5.5",
2425
"ext-curl": "*"
2526
},
2627
"autoload": {

composer.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)