Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 73a9553

Browse files
committed
Support laravel 7
1 parent cbc2588 commit 73a9553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"require": {
1111
"php": "^7.1",
12-
"laravel/framework": "^5.5.0 || ^6.0.0",
12+
"laravel/framework": "^5.5.0 || ^6.0.0 || ^7.0.0",
1313
"google/cloud-datastore": "^1.5"
1414
},
1515
"autoload": {
@@ -36,7 +36,7 @@
3636
"require-dev": {
3737
"mockery/mockery": "^1.1",
3838
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",
39-
"orchestra/testbench": "^3.5 || ^4.0",
39+
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0.2",
4040
"guzzlehttp/guzzle": ">=6.3.0",
4141
"google/cloud-datastore": "^1.5.6"
4242
}

0 commit comments

Comments
 (0)