We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a708fb2 commit ac9dc63Copy full SHA for ac9dc63
.travis.yml
@@ -1,10 +1,7 @@
1
language: php
2
3
php:
4
- - 5.4
5
- - 5.5
6
- 5.6
7
- 7.0
8
- - hhvm
9
10
before_script: composer install
composer.json
@@ -5,7 +5,7 @@
"homepage": "https://github.com/phpclassic/php-shopify",
"type": "library",
"require": {
- "php": ">=5.4",
+ "php": ">=5.6",
"ext-curl": "*"
},
11
"license": "Apache License 2.0",
@@ -21,7 +21,9 @@
21
}
22
23
"autoload-dev": {
24
- "psr-4": {"PHPShopify\\": "tests/"}
+ "psr-4": {
25
+ "PHPShopify\\": "tests/"
26
+ }
27
28
"require-dev": {
29
"phpunit/phpunit": "^5.5"
0 commit comments