Skip to content

Commit 0704900

Browse files
deps(be): Lock file maintenance be
1 parent 5e45db3 commit 0704900

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

be/composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"minimum-stability": "stable",
55
"prefer-stable": true,
66
"require": {
7-
"php": "^8.3",
7+
"php": "^8.4.8",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"ext-intl": "*",
1111
"ext-mbstring": "*",
1212
"beberlei/doctrineextensions": "^1.5",
1313
"doctrine/doctrine-bundle": "^2.14.0",
14-
"doctrine/orm": "^3.3.3",
14+
"doctrine/orm": "^3.4.0",
1515
"google/protobuf": "^4.31.1",
1616
"illuminate/collections": "^12.18",
1717
"spatie/laravel-collection-macros": "^8",
@@ -28,31 +28,31 @@
2828
"symfony/twig-bundle": "^7.3.0",
2929
"symfony/validator": "^7.3.0",
3030
"symfony/yaml": "^7.3.0",
31-
"thecodingmachine/safe": "^2.5.0"
31+
"thecodingmachine/safe": "^3.3.0"
3232
},
3333
"require-dev": {
3434
"dama/doctrine-test-bundle": "^8.3",
3535
"doctrine/doctrine-fixtures-bundle": "^4.1",
3636
"friendsofphp/php-cs-fixer": "^3.75.0",
37-
"infection/infection": "^0.29.8",
37+
"infection/infection": "^0.29.14",
3838
"laravel/pint": "^1.22.1",
3939
"phan/phan": "^5.4.6",
4040
"phpmd/phpmd": "^2.15.0",
4141
"phpstan/extension-installer": "^1.4.3",
42-
"phpstan/phpstan-deprecation-rules": "^1.2.1",
43-
"phpstan/phpstan-strict-rules": "^1.6.2",
44-
"phpstan/phpstan-symfony": "^1.4.15",
45-
"phpunit/phpunit": "^10.5.46",
42+
"phpstan/phpstan-deprecation-rules": "^2.0.3",
43+
"phpstan/phpstan-strict-rules": "^2.0.4",
44+
"phpstan/phpstan-symfony": "^2.0.6",
45+
"phpunit/phpunit": "^12.2.2",
4646
"psalm/plugin-symfony": "^5.2.7",
4747
"roave/security-advisories": "dev-latest",
4848
"spatie/symfony-ignition-bundle": "^1.2.0",
49-
"squizlabs/php_codesniffer": "^3.13.0",
49+
"squizlabs/php_codesniffer": "^3.13.1",
5050
"symfony/debug-bundle": "^7.3.0",
5151
"symfony/maker-bundle": "^1.63.0",
5252
"symfony/phpunit-bridge": "^7.3.0",
5353
"symfony/web-profiler-bundle": "^7.3.0",
54-
"thecodingmachine/phpstan-safe-rule": "^1.2.0",
55-
"vimeo/psalm": "^6.7"
54+
"thecodingmachine/phpstan-safe-rule": "^1.4.1",
55+
"vimeo/psalm": "^6.12.0"
5656
},
5757
"config": {
5858
"allow-plugins": {

0 commit comments

Comments
 (0)