Skip to content

Commit

Permalink
fix(deps): update symfony packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 5ad4037 commit b549185
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"type": "project",
"require": {
"php": "^8.2",
"symfony/console": "^5",
"symfony/console": "^7",
"psr/log": "^1.0",
"symfony/event-dispatcher": "^5",
"symfony/http-kernel": "^5",
"symfony/dependency-injection": "^5",
"symfony/config": "^5",
"symfony/yaml": "^5",
"symfony/event-dispatcher": "^7",
"symfony/http-kernel": "^7",
"symfony/dependency-injection": "^7",
"symfony/config": "^7",
"symfony/yaml": "^7",
"composer/semver": "^1.4||^3.2",
"symfony/process": "^5",
"symfony/flex": "^1.1",
"symfony/dotenv": "^5",
"symfony/process": "^7",
"symfony/flex": "^2.0",
"symfony/dotenv": "^7",
"ext-json": "*",
"stecman/symfony-console-completion": "^0.11.0",
"symfony/finder": "^5",
"symfony/finder": "^7",
"thibaud-dauce/mattermost-php": "^1.2",
"twig/twig": "^3.0",
"ext-openssl": "*",
Expand All @@ -32,7 +32,7 @@
},
"require-dev": {
"roave/security-advisories": "dev-latest" ,
"symfony/phpunit-bridge": "^5",
"symfony/phpunit-bridge": "^7",
"phpunit/phpunit": "^9.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"squizlabs/php_codesniffer": "^3.5",
Expand Down

0 comments on commit b549185

Please sign in to comment.