Skip to content

Commit

Permalink
Update dependencies to prep for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
miracuthbert committed Jan 21, 2022
1 parent f381851 commit dd5c2af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
}
],
"require": {
"php": ">=7.3.0",
"php": "^7.3|^8.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"
"kalnoy/nestedset": ">=5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": ">=8.5",
"orchestra/testbench": ">=4.0",
"laravel/legacy-factories": "^1.0.4"
"laravel/legacy-factories": ">=1.0.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dd5c2af

Please sign in to comment.