Skip to content

Commit

Permalink
Bump dependencies for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 5, 2022
1 parent bdce257 commit 93bb350
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
{
"name": "Tyler Arbon",
"email": "[email protected]"
},
{
"name": "Scott Robinson",
"email": "[email protected]",
"homepage": "http://dor.ky"
}
},
{
"name": "Scott Robinson",
"email": "[email protected]",
"homepage": "http://dor.ky"
}
],
"autoload": {
"psr-4": {
Expand All @@ -32,12 +32,12 @@
},
"minimum-stability": "stable",
"require": {
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^3.5|^4.0|^5.0"
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0"
},
"suggest": {}
"suggest": []
}

0 comments on commit 93bb350

Please sign in to comment.