Skip to content

Commit 1283f53

Browse files
committed
deps: Upgrade deps to latest versions, fix deprecations
1 parent 6047037 commit 1283f53

32 files changed

+1797
-1214
lines changed

composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"require": {
14-
"doctrine/orm": "^2.12",
14+
"doctrine/orm": "^2.20",
1515
"geekcell/container-facade": "^1.0",
16-
"geekcell/ddd": "^1.1.0",
16+
"geekcell/ddd": "^1.6.0",
1717
"symfony/config": "^6.0 | ^7.0",
1818
"symfony/dependency-injection": "^6.0 | ^7.0",
1919
"symfony/event-dispatcher": "^6.0 | ^7.0",
@@ -22,16 +22,16 @@
2222
"symfony/string": "^6.0 | ^7.0"
2323
},
2424
"require-dev": {
25-
"friendsofphp/php-cs-fixer": "^3.13",
26-
"mockery/mockery": "^1.5",
27-
"phpstan/phpstan": "^1.9",
28-
"phpstan/phpstan-mockery": "^1.1",
29-
"phpunit/phpunit": "^9.5",
30-
"symfony/framework-bundle": "^6.0",
25+
"friendsofphp/php-cs-fixer": "^3.68",
26+
"mockery/mockery": "^1.6",
27+
"phpstan/phpstan": "^2.0",
28+
"phpstan/phpstan-mockery": "^2.0",
29+
"phpstan/phpstan-beberlei-assert": "^2.0",
30+
"phpunit/phpunit": "^11.0 | ^12.0",
31+
"symfony/framework-bundle": "^6.0 | ^7.0",
3132
"symfony/yaml": "^6.0 | ^7.0",
3233
"symfony/filesystem": "^6.0 | ^7.0",
33-
"symfony/maker-bundle": "^1.48",
34-
"phpstan/phpstan-beberlei-assert": "^1.1"
34+
"symfony/maker-bundle": "^1.62"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)