Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from tightenco/jbk/laravel-8
Browse files Browse the repository at this point in the history
Update version constraints for Laravel 8
  • Loading branch information
mattstauffer committed Sep 8, 2020
2 parents 8cbccc7 + 400beb5 commit 253685f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@
],
"require": {
"php": "^7.1.3",
"illuminate/config": "~5.6|~5.7|~5.8|~6.0|~7.0",
"illuminate/console": "~5.6|~5.7|~5.8|~6.0|~7.0",
"illuminate/log": "~5.6|~5.7|~5.8|~6.0|~7.0",
"illuminate/support": "~5.6|~5.7|~5.8|~6.0|~7.0"
"illuminate/config": "~5.6|~5.7|~5.8|~6.0|~7.0|~8.0",
"illuminate/console": "~5.6|~5.7|~5.8|~6.0|~7.0|~8.0",
"illuminate/log": "~5.6|~5.7|~5.8|~6.0|~7.0|~8.0",
"illuminate/support": "~5.6|~5.7|~5.8|~6.0|~7.0|~8.0"
},
"require-dev": {
"fzaninotto/faker": "^1.8",
"laravel/legacy-factories": "^1.0",
"mockery/mockery": "^1.0.0",
"phpunit/phpunit": "~8.0",
"orchestra/testbench": "~3.0|~4.0|~5.0",
"fzaninotto/faker": "^1.8"
"orchestra/testbench": "~3.0|~4.0|~5.0|~6.0",
"phpunit/phpunit": "~8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 253685f

Please sign in to comment.