Skip to content

Commit 6a36203

Browse files
committed
#206: Updated minimal required PHP version to 7.1
1 parent 17ccbfc commit 6a36203

File tree

4 files changed

+685
-382
lines changed

4 files changed

+685
-382
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
16+
php-versions: ['7.1', '7.2', '7.3', '7.4']
1717
name: Tests with PHP ${{ matrix.php-versions }}
1818

1919
steps:

.travis.yml

-15
This file was deleted.

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"type": "phpcodesniffer-standard",
99
"version": "6",
1010
"require": {
11-
"php": ">=5.6.0",
11+
"php": ">=7.1",
1212
"squizlabs/php_codesniffer": "^3.5",
1313
"webonyx/graphql-php": "^14.9"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
16+
"phpunit/phpunit": "^7.0"
1717
},
1818
"autoload": {
1919
"classmap": [

0 commit comments

Comments
 (0)