Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 27, 2024
1 parent a5eb235 commit aa6b6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
],
"require": {
"php": "^7.1.3|^8.0",
"laravel/framework": "~5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
"laravel/framework": "~5.1|^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"
},
"require-dev": {
"fakerphp/faker": "~1",
"mockery/mockery": "0.9.*|^1.0",
"phpunit/phpunit": "~7.0|^8.0|^9|^10.0",
"orchestra/testbench": "3.6|^4.0|^5.0|^6.0|^8.0"
"orchestra/testbench": "3.6|^4.0|^5.0|^6.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit aa6b6d5

Please sign in to comment.