Skip to content

Commit e272574

Browse files
committed
Support for PHP 7.4
1 parent 2c39cdc commit e272574

File tree

7 files changed

+719
-1084
lines changed

7 files changed

+719
-1084
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: php
2+
dist: bionic
3+
24
php:
3-
- 7.1
45
- 7.2
56
- 7.3
7+
- 7.4
68

79
cache:
810
directories:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require": {
27-
"php": "^7.1",
27+
"php": "^7.2",
2828
"ext-json": "*",
2929
"psr/http-server-middleware": "^1.0",
3030
"webonyx/graphql-php": "^0.13.0"
@@ -33,7 +33,7 @@
3333
"friendsofphp/php-cs-fixer": "@stable",
3434
"zendframework/zend-diactoros":"@stable",
3535
"phpunit/phpunit": "@stable",
36-
"phpstan/phpstan": "^0.10.5"
36+
"phpstan/phpstan": "@stable"
3737
},
3838
"license": "MIT"
3939
}

0 commit comments

Comments
 (0)