Skip to content

Commit

Permalink
Support laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
egs33 committed Mar 8, 2020
1 parent cbc2588 commit 73a9553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": "^7.1",
"laravel/framework": "^5.5.0 || ^6.0.0",
"laravel/framework": "^5.5.0 || ^6.0.0 || ^7.0.0",
"google/cloud-datastore": "^1.5"
},
"autoload": {
Expand All @@ -36,7 +36,7 @@
"require-dev": {
"mockery/mockery": "^1.1",
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",
"orchestra/testbench": "^3.5 || ^4.0",
"orchestra/testbench": "^3.5 || ^4.0 || ^5.0.2",
"guzzlehttp/guzzle": ">=6.3.0",
"google/cloud-datastore": "^1.5.6"
}
Expand Down

0 comments on commit 73a9553

Please sign in to comment.