Skip to content

Commit aac8629

Browse files
deps(be): Lock file maintenance be
1 parent 8d636a0 commit aac8629

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

be/composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
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": "*",
1212
"doctrine/doctrine-bundle": "^2.13.1",
1313
"doctrine/orm": "^3.3.0",
1414
"google/protobuf": "^4.29.1",
15-
"illuminate/collections": "^11.34.2",
16-
"spatie/laravel-collection-macros": "^7.14.1",
15+
"illuminate/collections": "^11.36.1",
16+
"spatie/laravel-collection-macros": "^7.14.2",
1717
"spatie/regex": "^3.1.1",
1818
"symfony/asset": "^7.2.0",
1919
"symfony/dotenv": "^7.2.0",
2020
"symfony/flex": "^2.4.7",
21-
"symfony/framework-bundle": "^7.2.0",
21+
"symfony/framework-bundle": "^7.2.1",
2222
"symfony/property-access": "^7.2.0",
2323
"symfony/runtime": "^7.2.0",
2424
"symfony/serializer": "^7.2.0",
@@ -30,19 +30,19 @@
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^3.65.0",
33-
"infection/infection": "^0.27.11",
33+
"infection/infection": "^0.29.9",
3434
"laravel/pint": "^1.18.3",
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.1",
39+
"phpstan/phpstan-strict-rules": "^2.0.1",
40+
"phpstan/phpstan-symfony": "^2.0.0",
41+
"phpunit/phpunit": "^11.5.1",
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.11.1",
45+
"squizlabs/php_codesniffer": "^3.11.2",
4646
"symfony/debug-bundle": "^7.2.0",
4747
"symfony/maker-bundle": "^1.61.0",
4848
"symfony/phpunit-bridge": "^7.2.0",

0 commit comments

Comments
 (0)