Skip to content

Commit

Permalink
Update to laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasemde committed Sep 21, 2020
1 parent 984b750 commit c2a7846
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 @@ -12,15 +12,15 @@
}
],
"minimum-stability": "dev",
"prefer-stable": false,
"prefer-stable": true,
"require": {
"php": "^7.2",
"illuminate/database": "5.6.*|5.7.*|5.8.*|6.*|7.*",
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*"
"php": "^7.3",
"illuminate/database": "6.*|^7.0|^8.0",
"illuminate/support": "6.*|^7.0|^8.0"
},
"require-dev": {
"illuminate/database": "7.*",
"orchestra/testbench": "^5.0"
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c2a7846

Please sign in to comment.