Skip to content

Commit 2655ac3

Browse files
Merge pull request #89 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 2bfea54 + ce9b73f commit 2655ac3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"require": {
4343
"php": "^8.0",
4444
"laravel/scout": "^8.0|^9.0|^10.0",
45-
"illuminate/bus": "^7.0|^8.0|^9.0|^10.0",
46-
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0",
47-
"illuminate/database": "^7.0|^8.0|^9.0|^10.0",
48-
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0",
49-
"illuminate/queue": "^7.0|^8.0|^9.0|^10.0",
50-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
45+
"illuminate/bus": "^7.0|^8.0|^9.0|^10.0|^11.0",
46+
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0",
47+
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0",
48+
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0",
49+
"illuminate/queue": "^7.0|^8.0|^9.0|^10.0|^11.0",
50+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
5151
"typesense/typesense-php": "^4.2"
5252
},
5353
"config": {
@@ -63,9 +63,9 @@
6363
"typesense/typesense-php": "Required to use the Typesense php client."
6464
},
6565
"require-dev": {
66-
"phpunit/phpunit": "^8.0|^9.0",
66+
"phpunit/phpunit": "^8.0|^9.0|^10.5",
6767
"mockery/mockery": "^1.3",
68-
"orchestra/testbench": "^6.17|^7.0|^8.0",
69-
"symfony/http-client": "^5.4"
68+
"orchestra/testbench": "^6.17|^7.0|^8.0|^9.0",
69+
"symfony/http-client": "^5.4|^7.0"
7070
}
7171
}

0 commit comments

Comments
 (0)