We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6016f47 + 6800595 commit ce672e6Copy full SHA for ce672e6
3 files changed
.travis.yml
@@ -1,10 +1,8 @@
1
language: php
2
php:
3
+- 7.2
4
+- 7.1
5
- 7.0
-- 5.6
-- 5.5
6
-- 5.4
7
-- 5.3
8
before_script:
9
- composer install --dev --optimize-autoloader
10
- mkdir -p build/logs
README.md
@@ -16,7 +16,7 @@ http://developer.bigcommerce.com/
16
Requirements
17
------------
18
19
-- PHP 5.3 or greater
+- PHP 7.0 or greater
20
- cUrl extension enabled
21
22
**To connect to the API with basic auth you need the following:**
composer.json
@@ -12,7 +12,7 @@
12
}
13
],
14
"require": {
15
- "php": ">=5.3.0",
+ "php": ">=7.0",
"firebase/php-jwt": "~3.0|~5.0",
"paragonie/random_compat": "~1.4|~2.0"
},
0 commit comments