Skip to content

Commit

Permalink
Bump dependencies for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Sep 8, 2020
1 parent 21a7ad1 commit 2361a90
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 @@ -17,14 +17,14 @@
],
"require": {
"php": "^7.2",
"illuminate/container": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0",
"illuminate/events": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0"
"illuminate/container": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/events": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.3|^9.0",
"orchestra/testbench": "^4.0|^5.0"
"phpunit/phpunit": "^8.3|^9.0|^9.3",
"orchestra/testbench": "^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2361a90

Please sign in to comment.