Skip to content

Commit 572a827

Browse files
Merge pull request #74 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents a5eb235 + aa6b6d5 commit 572a827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
],
3232
"require": {
3333
"php": "^7.1.3|^8.0",
34-
"laravel/framework": "~5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
34+
"laravel/framework": "~5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
3535
"mailjet/mailjet-apiv3-php": "^1.5.6|^1.5",
3636
"symfony/mailjet-mailer": "^6.0"
3737
},
3838
"require-dev": {
3939
"fakerphp/faker": "~1",
4040
"mockery/mockery": "0.9.*|^1.0",
4141
"phpunit/phpunit": "~7.0|^8.0|^9|^10.0",
42-
"orchestra/testbench": "3.6|^4.0|^5.0|^6.0|^8.0"
42+
"orchestra/testbench": "3.6|^4.0|^5.0|^6.0|^8.0|^9.0"
4343
},
4444
"autoload": {
4545
"psr-4": {

0 commit comments

Comments
 (0)