Skip to content

Commit

Permalink
Merge pull request #11 from bedus-creation/laravel-11x-support
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
bedus-creation authored Feb 9, 2024
2 parents a0b4698 + a3b8a2f commit 17a12a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/auth": "^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^7.0|^8.40|^9.0|^10.0"
"illuminate/auth": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^7.0|^8.40|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,7 +24,7 @@
}
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0|^9.0",
"orchestra/testbench": "^5.0|^6.0|^7.0|8.0|^9.0",
"phpunit/phpunit": "^9.0",
"friendsofphp/php-cs-fixer": "^3.0",
"vimeo/psalm": "^4.7"
Expand Down

0 comments on commit 17a12a2

Please sign in to comment.