Skip to content

Commit

Permalink
deps(be): Lock file maintenance be
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent b6f6143 commit 948891d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions be/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^8.3",
"php": "^8.3.12",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-intl": "*",
Expand All @@ -19,26 +19,26 @@
"symfony/dotenv": "^7.1.5",
"symfony/flex": "^2.4.7",
"symfony/framework-bundle": "^7.1.5",
"symfony/property-access": "7.1.*",
"symfony/property-access": "7.1.4",
"symfony/runtime": "^7.1.1",
"symfony/serializer": "^7.1.5",
"symfony/stopwatch": "7.1.*",
"symfony/stopwatch": "7.1.1",
"symfony/twig-bundle": "^7.1.5",
"symfony/validator": "7.1.*",
"symfony/validator": "7.1.5",
"symfony/yaml": "^7.1.5",
"thecodingmachine/safe": "^2.5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64.0",
"infection/infection": "^0.27.11",
"infection/infection": "^0.29.7",
"laravel/pint": "^1.18.1",
"phan/phan": "^5.4.5",
"phpmd/phpmd": "^2.15.0",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpstan/phpstan-symfony": "^1.4.10",
"phpunit/phpunit": "^10.5.37",
"phpunit/phpunit": "^11.4.2",
"psalm/plugin-symfony": "^5.2.5",
"roave/security-advisories": "dev-latest",
"spatie/symfony-ignition-bundle": "^1.1.0",
Expand Down

0 comments on commit 948891d

Please sign in to comment.