Skip to content

Commit ac9dc63

Browse files
committed
Minimum support PHP 5.6
1 parent a708fb2 commit ac9dc63

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
8-
- hhvm
96

107
before_script: composer install

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/phpclassic/php-shopify",
66
"type": "library",
77
"require": {
8-
"php": ">=5.4",
8+
"php": ">=5.6",
99
"ext-curl": "*"
1010
},
1111
"license": "Apache License 2.0",
@@ -21,7 +21,9 @@
2121
}
2222
},
2323
"autoload-dev": {
24-
"psr-4": {"PHPShopify\\": "tests/"}
24+
"psr-4": {
25+
"PHPShopify\\": "tests/"
26+
}
2527
},
2628
"require-dev": {
2729
"phpunit/phpunit": "^5.5"

0 commit comments

Comments
 (0)