Skip to content

Commit

Permalink
Merge pull request #24 from magento-trigger/MC-29549
Browse files Browse the repository at this point in the history
MC-29549: Update Symfony components to 4.4LTS for 2.3.x
  • Loading branch information
fascinosum authored Jan 7, 2020
2 parents ea12b95 + 1b1f56e commit b2dcb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "magento/composer",
"description": "Magento composer library helps to instantiate Composer application and run composer commands.",
"type": "library",
"version": "1.5.0",
"version": "1.5.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"composer/composer": "^1.6",
"symfony/console": "~4.0.0 || ~4.1.0"
"symfony/console": "~4.0.0||~4.1.0||~4.2.0||~4.3.0||~4.4.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0.0"
Expand Down

0 comments on commit b2dcb21

Please sign in to comment.