Skip to content

Commit

Permalink
Merge pull request #11 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
ssx authored Apr 16, 2024
2 parents 1a70456 + 1b439d5 commit 6801526
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"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":{
"LVR\\Phone\\":"src/"
"autoload": {
"psr-4": {
"LVR\\Phone\\": "src/"
}
},
"autoload-dev": {
Expand All @@ -32,14 +32,13 @@
},
"minimum-stability": "stable",
"require": {
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"php": "^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3|^9.0",
"orchestra/testbench": "^3.5|^5.0|^7.0"
"phpunit/phpunit": "^6.3|^9.0|^10.5",
"orchestra/testbench": "^3.5|^5.0|^7.0|^9.0"
},
"suggest": {
}
"suggest": []
}

0 comments on commit 6801526

Please sign in to comment.