Skip to content

Commit

Permalink
Merge pull request #74 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
oleksandr-mykhailenko authored Mar 13, 2024
2 parents a5eb235 + aa6b6d5 commit 572a827
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 572a827

Please sign in to comment.