Skip to content

Commit

Permalink
SVC Release 4.0.0 (#31)
Browse files Browse the repository at this point in the history
* General Fix: Adjusting symfony requirement and bumping version number (#29)

Co-authored-by: Peter Dohogne <pdohogne@adobe.com>
  • Loading branch information
roribio and pdohogne-magento committed Mar 2, 2020
1 parent 1eb776c commit 41dc553
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
@@ -1,7 +1,7 @@
{
"name": "magento/magento-semver",
"description": "Magento semantic version checker",
"version": "3.0.0",
"version": "4.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand All @@ -10,7 +10,7 @@
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"phpstan/phpdoc-parser": "^0.3.5",
"symfony/console": "~4.4.0",
"symfony/console": "~4.1.0||~4.4.0",
"tomzx/php-semver-checker": "^0.13.0",
"wikimedia/less.php": "~1.8.0",
"zendframework/zend-stdlib": "^3.2.1"
Expand Down

0 comments on commit 41dc553

Please sign in to comment.