Skip to content

Commit

Permalink
Update Laravel dependencies to v8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 7, 2020
1 parent aa55a1a commit caf26af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"php": "^7.3|^7.4",
"illuminate/support": "^8.9",
"illuminate/database": "^8.9"
"illuminate/support": "^8.0",
"illuminate/database": "^8.0"
},
"require-dev": {
"illuminate/pagination": "^8.9",
"illuminate/pagination": "^8.0",
"phpunit/phpunit": "^8.4|^9.0"
},
"autoload": {
Expand Down

0 comments on commit caf26af

Please sign in to comment.