Skip to content

Commit 6e3e423

Browse files
deps(be): Lock file maintenance be
1 parent 015ad69 commit 6e3e423

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

be/composer.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"minimum-stability": "stable",
55
"prefer-stable": true,
66
"require": {
7-
"php": "^8.3",
7+
"php": "^8.4.1",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"ext-intl": "*",
1111
"ext-mbstring": "*",
12-
"doctrine/doctrine-bundle": "^2.13.0",
12+
"doctrine/doctrine-bundle": "^2.13.1",
1313
"doctrine/orm": "^3.3.0",
1414
"google/protobuf": "^4.28.3",
15-
"illuminate/collections": "^11.30.0",
15+
"illuminate/collections": "^11.33.2",
1616
"spatie/laravel-collection-macros": "^7.14.1",
1717
"spatie/regex": "^3.1.1",
1818
"symfony/asset": "^7.1.6",
@@ -21,28 +21,28 @@
2121
"symfony/framework-bundle": "^7.1.6",
2222
"symfony/property-access": "^7.1.6",
2323
"symfony/runtime": "^7.1.7",
24-
"symfony/serializer": "^7.1.6",
24+
"symfony/serializer": "^7.1.8",
2525
"symfony/stopwatch": "^7.1.6",
2626
"symfony/twig-bundle": "^7.1.6",
27-
"symfony/validator": "^7.1.7",
27+
"symfony/validator": "^7.1.8",
2828
"symfony/yaml": "^7.1.6",
2929
"thecodingmachine/safe": "^2.5.0"
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^3.64.0",
33-
"infection/infection": "^0.27.11",
34-
"laravel/pint": "^1.18.1",
33+
"infection/infection": "^0.29.8",
34+
"laravel/pint": "^1.18.2",
3535
"phan/phan": "^5.4.5",
3636
"phpmd/phpmd": "^2.15.0",
3737
"phpstan/extension-installer": "^1.4.3",
38-
"phpstan/phpstan-deprecation-rules": "^1.2.1",
39-
"phpstan/phpstan-strict-rules": "^1.6.1",
40-
"phpstan/phpstan-symfony": "^1.4.12",
41-
"phpunit/phpunit": "^10.5.38",
38+
"phpstan/phpstan-deprecation-rules": "^2.0.0",
39+
"phpstan/phpstan-strict-rules": "^2.0.0",
40+
"phpstan/phpstan-symfony": "^2.0.0",
41+
"phpunit/phpunit": "^11.4.3",
4242
"psalm/plugin-symfony": "^5.2.5",
4343
"roave/security-advisories": "dev-latest",
4444
"spatie/symfony-ignition-bundle": "^1.1.0",
45-
"squizlabs/php_codesniffer": "^3.10.3",
45+
"squizlabs/php_codesniffer": "^3.11.1",
4646
"symfony/debug-bundle": "^7.1.6",
4747
"symfony/maker-bundle": "^1.61.0",
4848
"symfony/phpunit-bridge": "^7.1.6",

0 commit comments

Comments
 (0)