Skip to content

Commit 39379bb

Browse files
deps(be): Lock file maintenance be
1 parent ce2285b commit 39379bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

be/composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"minimum-stability": "stable",
55
"prefer-stable": true,
66
"require": {
7-
"php": "^8.3",
7+
"php": "^8.3.13",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"ext-intl": "*",
1111
"ext-mbstring": "*",
1212
"doctrine/doctrine-bundle": "^2.13.0",
1313
"doctrine/orm": "^3.3.0",
1414
"google/protobuf": "^4.28.3",
15-
"illuminate/collections": "^11.29.0",
15+
"illuminate/collections": "^11.30.0",
1616
"spatie/laravel-collection-macros": "^7.14.1",
1717
"spatie/regex": "^3.1.1",
1818
"symfony/asset": "^7.1.6",
1919
"symfony/dotenv": "^7.1.6",
2020
"symfony/flex": "^2.4.7",
2121
"symfony/framework-bundle": "^7.1.6",
22-
"symfony/property-access": "7.1",
22+
"symfony/property-access": "7.1.6",
2323
"symfony/runtime": "^7.1.6",
2424
"symfony/serializer": "^7.1.6",
2525
"symfony/stopwatch": "^7.1.6",
@@ -30,15 +30,15 @@
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^3.64.0",
33-
"infection/infection": "^0.27.11",
33+
"infection/infection": "^0.29.8",
3434
"laravel/pint": "^1.18.1",
3535
"phan/phan": "^5.4.5",
3636
"phpmd/phpmd": "^2.15.0",
3737
"phpstan/extension-installer": "^1.4.3",
3838
"phpstan/phpstan-deprecation-rules": "^1.2.1",
3939
"phpstan/phpstan-strict-rules": "^1.6.1",
40-
"phpstan/phpstan-symfony": "^1.4.10",
41-
"phpunit/phpunit": "^10.5.37",
40+
"phpstan/phpstan-symfony": "^1.4.11",
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",

0 commit comments

Comments
 (0)