Skip to content

Commit

Permalink
5.0 -> 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 2, 2022
1 parent eb1667b commit 2d32d18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Expand Up @@ -21,16 +21,16 @@
"composer/xdebug-handler": "^2.0",
"doctrine/annotations": "^1.13",
"php-cs-fixer/diff": "^2.0",
"symfony/console": "^5.1.3 || ^6.0",
"symfony/event-dispatcher": "^5.0 || ^6.0",
"symfony/filesystem": "^5.0 || ^6.0",
"symfony/finder": "^5.0 || ^6.0",
"symfony/options-resolver": "^5.0 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/polyfill-mbstring": "^1.23",
"symfony/polyfill-php80": "^1.23",
"symfony/polyfill-php81": "^1.23",
"symfony/process": "^5.0 || ^6.0",
"symfony/stopwatch": "^5.0 || ^6.0"
"symfony/process": "^5.4 || ^6.0",
"symfony/stopwatch": "^5.4 || ^6.0"
},
"require-dev": {
"justinrainbow/json-schema": "^5.2",
Expand All @@ -46,7 +46,7 @@
"phpunitgoodpractices/polyfill": "^1.5",
"phpunitgoodpractices/traits": "^1.9.1",
"symfony/phpunit-bridge": "^6.0",
"symfony/yaml": "^5.0 || ^6.0"
"symfony/yaml": "^5.4 || ^6.0"
},
"suggest": {
"ext-dom": "For handling output formats in XML",
Expand Down

0 comments on commit 2d32d18

Please sign in to comment.