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 be07fd7 + 48c9a09 commit 46ac937
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 @@ -32,12 +32,12 @@
},
"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"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0"
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.5",
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0|^9.0"
},
"suggest": []
}

0 comments on commit 46ac937

Please sign in to comment.