Skip to content

Commit e593603

Browse files
authored
Merge pull request #9 from magento-commerce/imported-magento-magento-coding-standard-206
[Imported] Updated webonyx/graphql-php to ^14.9
2 parents 5641507 + e80e696 commit e593603

File tree

4 files changed

+716
-392
lines changed

4 files changed

+716
-392
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.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

+3-3
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.2",
1212
"squizlabs/php_codesniffer": "^3.5",
13-
"webonyx/graphql-php": ">=0.12.6 <1.0"
13+
"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)