Skip to content

Commit

Permalink
Merge pull request #23 from mikebronner/patch-1
Browse files Browse the repository at this point in the history
Add Laravel 8 support.
  • Loading branch information
ovac authored Feb 3, 2021
2 parents 0208bc3 + 22c5a2a commit 03f65d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
],
"require": {
"php": ">=7.0.0",
"fzaninotto/faker": "~1.8",
"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",
"fakerphp/faker": "^1.12",
"illuminate/routing": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0",
"illuminate/console": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0",
"mpociot/reflection-docblock": "^1.0.1",
"ramsey/uuid": "^3.8 || ^4.0"
},
"require-dev": {
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.* || 5.1.*",
"phpunit/phpunit": "^6.0.0 || ^7.4.0",
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.* || 5.1.* || ^6.0",
"phpunit/phpunit": "^6.0.0 || ^7.4.0 || ^9.0",
"dingo/api": "2.0.0-alpha1",
"mockery/mockery": "^1.2.0",
"league/fractal": "^0.17.0"
Expand Down

0 comments on commit 03f65d9

Please sign in to comment.