Skip to content

Commit

Permalink
Merge pull request #8 from Midstackdev/master
Browse files Browse the repository at this point in the history
Support for laravel 7
  • Loading branch information
ovac authored Aug 28, 2020
2 parents dc4c921 + ca51eb0 commit 3a4a7a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"require": {
"php": ">=7.0.0",
"fzaninotto/faker": "~1.8",
"illuminate/routing": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
"illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0",
"illuminate/routing": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
"illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0",
"mpociot/reflection-docblock": "^1.0.1",
"ramsey/uuid": "^3.8"
"ramsey/uuid": "^3.8 || ^4.0"
},
"require-dev": {
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.*",
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.* || 5.1.*",
"phpunit/phpunit": "^6.0.0 || ^7.4.0",
"dingo/api": "2.0.0-alpha1",
"mockery/mockery": "^1.2.0",
Expand Down

0 comments on commit 3a4a7a6

Please sign in to comment.