Skip to content

Commit cd9363e

Browse files
committed
Bump dependencies for Laravel 12
1 parent 2032523 commit cd9363e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 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|^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",
45+
"illuminate/bus": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
46+
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
47+
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
48+
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
49+
"illuminate/queue": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
50+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.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|^10.5",
66+
"phpunit/phpunit": "^8.0|^9.0|^10.5|^11.5.3",
6767
"mockery/mockery": "^1.3",
68-
"orchestra/testbench": "^6.17|^7.0|^8.0|^9.0",
68+
"orchestra/testbench": "^6.17|^7.0|^8.0|^9.0|^10.0",
6969
"symfony/http-client": "^5.4|^7.0"
7070
}
7171
}

0 commit comments

Comments
 (0)