Skip to content

Commit d9c76fd

Browse files
committed
Update all deps: Drop PHP8.1, add PHP 8.4, drop laravel 9, add laravel 12
1 parent d6c2990 commit d9c76fd

File tree

3 files changed

+2162
-3124
lines changed

3 files changed

+2162
-3124
lines changed

composer.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,22 @@
1818
}
1919
],
2020
"require": {
21-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
21+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
2222
"patchlevel/event-sourcing": "^3.5",
23-
"illuminate/contracts": "^9.28|^10.0|^11.0"
23+
"illuminate/contracts": "^10.0 || ^11.0 || ^12.0"
2424
},
2525
"require-dev": {
2626
"ext-pdo_sqlite": "*",
27-
"infection/infection": "^0.27.0",
27+
"infection/infection": "^0.29.14",
2828
"league/commonmark": "^2.4",
2929
"patchlevel/coding-standard": "^1.3.0",
30-
"phpspec/prophecy-phpunit": "^2.1.0",
31-
"phpstan/phpstan": "^1.10.48",
32-
"phpunit/phpunit": "^10.5.2",
33-
"psalm/plugin-laravel": "^2.11",
30+
"phpstan/phpstan": "^2.1.16",
31+
"phpunit/phpunit": "^12.1.5",
3432
"roave/security-advisories": "dev-master",
35-
"symfony/var-dumper": "^6.4.0|^7.0.0",
36-
"vimeo/psalm": "^5.17.0",
33+
"symfony/var-dumper": "^6.4.0 || ^7.0.0",
3734
"wnx/commonmark-markdown-renderer": "^1.4",
38-
"larastan/larastan": "^v2.9.9",
39-
"laravel/framework": "^9.0|^10.0|^11.0"
35+
"larastan/larastan": "^v3.4.0",
36+
"laravel/framework": "^10.0 || ^11.0 || ^12.0"
4037
},
4138
"config": {
4239
"preferred-install": {

0 commit comments

Comments
 (0)