Skip to content

Commit 82ba43e

Browse files
committed
Bump dependencies for Laravel 12
1 parent e4fd2d6 commit 82ba43e

File tree

1 file changed

+29
-13
lines changed

1 file changed

+29
-13
lines changed

composer.json

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,37 @@
1515
"security": "https://www.mongodb.com/security"
1616
},
1717
"authors": [
18-
{ "name": "Andreas Braun", "email": "[email protected]", "role": "Leader" },
19-
{ "name": "Jérôme Tamarelle", "email": "[email protected]", "role": "Maintainer" },
20-
{ "name": "Jeremy Mikola", "email": "[email protected]", "role": "Maintainer" },
21-
{ "name": "Jens Segers", "homepage": "https://jenssegers.com", "role": "Creator" }
18+
{
19+
"name": "Andreas Braun",
20+
"email": "[email protected]",
21+
"role": "Leader"
22+
},
23+
{
24+
"name": "Jérôme Tamarelle",
25+
"email": "[email protected]",
26+
"role": "Maintainer"
27+
},
28+
{
29+
"name": "Jeremy Mikola",
30+
"email": "[email protected]",
31+
"role": "Maintainer"
32+
},
33+
{
34+
"name": "Jens Segers",
35+
"homepage": "https://jenssegers.com",
36+
"role": "Creator"
37+
}
2238
],
2339
"license": "MIT",
2440
"require": {
2541
"php": "^8.1",
2642
"ext-mongodb": "^1.15",
2743
"composer-runtime-api": "^2.0.0",
28-
"illuminate/cache": "^10.36|^11",
29-
"illuminate/container": "^10.0|^11",
30-
"illuminate/database": "^10.30|^11",
31-
"illuminate/events": "^10.0|^11",
32-
"illuminate/support": "^10.0|^11",
44+
"illuminate/cache": "^10.36|^11|^12.0",
45+
"illuminate/container": "^10.0|^11|^12.0",
46+
"illuminate/database": "^10.30|^11|^12.0",
47+
"illuminate/events": "^10.0|^11|^12.0",
48+
"illuminate/support": "^10.0|^11|^12.0",
3349
"mongodb/mongodb": "^1.18",
3450
"symfony/http-foundation": "^6.4|^7"
3551
},
@@ -38,13 +54,13 @@
3854
"laravel/scout": "^11",
3955
"league/flysystem-gridfs": "^3.28",
4056
"league/flysystem-read-only": "^3.0",
41-
"phpunit/phpunit": "^10.3",
42-
"orchestra/testbench": "^8.0|^9.0",
57+
"phpunit/phpunit": "^10.3|^11.5.3",
58+
"orchestra/testbench": "^8.0|^9.0|^10.0",
4359
"mockery/mockery": "^1.4.4",
4460
"doctrine/coding-standard": "12.0.x-dev",
4561
"spatie/laravel-query-builder": "^5.6",
46-
"phpstan/phpstan": "^1.10",
47-
"rector/rector": "^1.2"
62+
"phpstan/phpstan": "^1.10|^2.1",
63+
"rector/rector": "^1.2|^2.0"
4864
},
4965
"conflict": {
5066
"illuminate/bus": "< 10.37.2"

0 commit comments

Comments
 (0)