Skip to content

Commit

Permalink
Merge pull request #9 from laravel-shift/l9-compatibility
Browse files Browse the repository at this point in the history
Laravel 9.x Compatibility
  • Loading branch information
ssx authored Feb 8, 2022
2 parents bdce257 + 93bb350 commit a924863
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 a924863

Please sign in to comment.