Skip to content

Commit

Permalink
Laravel 11.x Compatibility (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Mar 2, 2024
1 parent 96fa62e commit c6641e3
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 @@ -37,15 +37,15 @@
}
],
"require": {
"laravel/framework": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"laravel/framework": "~5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"mailjet/mailjet-apiv3-php": "^1.5.6|^1.5",
"symfony/mailjet-mailer": "^6.0"
"symfony/mailjet-mailer": "^6.0|^7.0"
},
"require-dev": {
"fzaninotto/faker": "~1.9|^1.5",
"mockery/mockery": "~1.3",
"phpunit/phpunit": "~6.5|^7.0|^8.0|^9.0",
"orchestra/testbench": "~3.5|^4.0|^5.0|^6.0|^7.0|^8.0"
"phpunit/phpunit": "~6.5|^7.0|^8.0|^9.0|^10.5",
"orchestra/testbench": "~3.5|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c6641e3

Please sign in to comment.