Skip to content

Commit 60867cf

Browse files
committed
Bump dependencies for Laravel 12
1 parent 2701473 commit 60867cf

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

composer.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,33 @@
2121
"php": "^8.2",
2222
"doctrine/dbal": "^3.0 || ^4.0",
2323
"doctrine/orm": "^3.1",
24-
"doctrine/persistence": "^3.3",
25-
"illuminate/auth": "^10.0|^11.0",
26-
"illuminate/console": "^10.0|^11.0",
27-
"illuminate/container": "^10.0|^11.0",
28-
"illuminate/contracts": "^10.0|^11.0",
29-
"illuminate/pagination": "^10.0|^11.0",
30-
"illuminate/routing": "^10.0|^11.0",
31-
"illuminate/support": "^10.0|^11.0",
32-
"illuminate/validation": "^10.0|^11.0",
33-
"illuminate/view": "^10.0|^11.0",
24+
"doctrine/persistence": "^3.3 || ^4.0",
25+
"illuminate/auth": "^10.0|^11.0 || ^12.0",
26+
"illuminate/console": "^10.0|^11.0 || ^12.0",
27+
"illuminate/container": "^10.0|^11.0 || ^12.0",
28+
"illuminate/contracts": "^10.0|^11.0 || ^12.0",
29+
"illuminate/pagination": "^10.0|^11.0 || ^12.0",
30+
"illuminate/routing": "^10.0|^11.0 || ^12.0",
31+
"illuminate/support": "^10.0|^11.0 || ^12.0",
32+
"illuminate/validation": "^10.0|^11.0 || ^12.0",
33+
"illuminate/view": "^10.0|^11.0 || ^12.0",
3434
"symfony/cache": "^6.0|^7.0",
3535
"symfony/serializer": "^5.0|^6.0|^7.0"
3636
},
3737
"require-dev": {
3838
"doctrine/coding-standard": "^12.0",
39-
"illuminate/log": "^10.0 || ^11.0",
40-
"illuminate/notifications": "^10.0 || ^11.0",
41-
"illuminate/queue": "^10.0 || ^11.0",
39+
"illuminate/log": "^10.0 || ^11.0 || ^12.0",
40+
"illuminate/notifications": "^10.0 || ^11.0 || ^12.0",
41+
"illuminate/queue": "^10.0 || ^11.0 || ^12.0",
4242
"mockery/mockery": "^1.6.12",
4343
"nikic/php-parser": "^4.19 || ^5.0",
4444
"php-parallel-lint/php-parallel-lint": "^1.4",
45-
"phpstan/phpstan": "^1.9",
46-
"phpstan/phpstan-deprecation-rules": "^1.1",
45+
"phpstan/phpstan": "^1.9 || ^2.1",
46+
"phpstan/phpstan-deprecation-rules": "^1.1 || ^2.0",
4747
"phpunit/phpunit": "^11.4",
4848
"fakerphp/faker": "^1.23",
49-
"laravel/framework": "^10.0 || ^11.0",
50-
"orchestra/testbench": "^9.5"
49+
"laravel/framework": "^10.0 || ^11.0 || ^12.0",
50+
"orchestra/testbench": "^9.5 || ^10.0"
5151
},
5252
"conflict": {
5353
"laravel/lumen": "*"

0 commit comments

Comments
 (0)