Skip to content

Commit

Permalink
Merge pull request #14 from magento/MC-2338
Browse files Browse the repository at this point in the history
MC-2338: 3rd party library/dependency upgrade for 2.3 pre Alpha
  • Loading branch information
slavvka authored Jun 29, 2018
2 parents 38fdaa5 + 9b11533 commit 6fb9eb3
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.3.0",
"version": "1.4.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"php": "~7.1.3|~7.2.0",
"composer/composer": "^1.6",
"symfony/console": "~4.0.0"
"symfony/console": "~4.0.0 || ~4.1.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0.0"
Expand Down

0 comments on commit 6fb9eb3

Please sign in to comment.