Skip to content

Commit

Permalink
Update composer dependencies to support Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
miracuthbert committed Jan 23, 2021
1 parent f2aefef commit f381851
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@
}
],
"require": {
"php": "^7.1.3",
"illuminate/console": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0",
"illuminate/events": "^6.0|^7.0",
"illuminate/http": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"php": ">=7.3.0",
"illuminate/console": ">=6.0",
"illuminate/database": ">=6.0",
"illuminate/events": ">=6.0",
"illuminate/http": ">=6.0",
"illuminate/support": ">=6.0",
"kalnoy/nestedset": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^3.8"
"phpunit/phpunit": "^8.5",
"orchestra/testbench": ">=4.0",
"laravel/legacy-factories": "^1.0.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f381851

Please sign in to comment.