Skip to content

Commit 81de2ae

Browse files
deps(be): Lock file maintenance be
1 parent ceefaec commit 81de2ae

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

be/composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"minimum-stability": "stable",
55
"prefer-stable": true,
66
"require": {
7-
"php": "^8.3",
7+
"php": "^8.4.7",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"ext-intl": "*",
@@ -13,8 +13,8 @@
1313
"doctrine/doctrine-bundle": "^2.14.0",
1414
"doctrine/orm": "^3.3.3",
1515
"google/protobuf": "^4.31.0",
16-
"illuminate/collections": "^11.45.0",
17-
"spatie/laravel-collection-macros": "^7.14.2",
16+
"illuminate/collections": "^12.15.0",
17+
"spatie/laravel-collection-macros": "^8.0.0",
1818
"spatie/regex": "^3.1.1",
1919
"symfony/asset": "^7.2.0",
2020
"symfony/dotenv": "^7.2.0",
@@ -28,31 +28,31 @@
2828
"symfony/twig-bundle": "^7.2.0",
2929
"symfony/validator": "^7.2.6",
3030
"symfony/yaml": "^7.2.6",
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.27.11",
37+
"infection/infection": "^0.29.14",
3838
"laravel/pint": "^1.22.1",
3939
"phan/phan": "^5.4.5",
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",
46-
"psalm/plugin-symfony": "^5.2.6",
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.1.6",
46+
"psalm/plugin-symfony": "^5.2.7",
4747
"roave/security-advisories": "dev-latest",
4848
"spatie/symfony-ignition-bundle": "^1.2.0",
4949
"squizlabs/php_codesniffer": "^3.13.0",
5050
"symfony/debug-bundle": "^7.2.0",
51-
"symfony/maker-bundle": "^1.62.1",
51+
"symfony/maker-bundle": "^1.63.0",
5252
"symfony/phpunit-bridge": "^7.2.6",
5353
"symfony/web-profiler-bundle": "^7.2.4",
54-
"thecodingmachine/phpstan-safe-rule": "^1.2.0",
55-
"vimeo/psalm": "^5.26.1"
54+
"thecodingmachine/phpstan-safe-rule": "^1.4.1",
55+
"vimeo/psalm": "^6.11.0"
5656
},
5757
"config": {
5858
"allow-plugins": {

0 commit comments

Comments
 (0)