Skip to content

Commit 5b815f6

Browse files
author
Mikk Mihkel Nurges
committed
Upgrade to PHP 7.1+
1 parent cb9ed74 commit 5b815f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"license": "MIT",
2929
"type": "project",
3030
"require": {
31-
"php": ">=5.5.9",
32-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
33-
"webonyx/graphql-php": "~0.10.0",
34-
"laravel/framework": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
31+
"php": "^7.1",
32+
"illuminate/support": "5.5.*|5.6.*|5.7.*",
33+
"webonyx/graphql-php": "^0.13",
34+
"laravel/framework": "5.5.*|5.6.*|5.7.*"
3535
},
3636
"require-dev": {
37-
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*",
37+
"orchestra/testbench": "3.5.*|3.6.*|3.7.*",
3838
"phpunit/phpunit": "^5.5|~6.0|~7.0"
3939
},
4040
"autoload": {

0 commit comments

Comments
 (0)