Skip to content

Commit 41dc553

Browse files
SVC Release 4.0.0 (#31)
* General Fix: Adjusting symfony requirement and bumping version number (#29) Co-authored-by: Peter Dohogne <[email protected]>
1 parent 1eb776c commit 41dc553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magento/magento-semver",
33
"description": "Magento semantic version checker",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"license": [
66
"OSL-3.0",
77
"AFL-3.0"
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "~7.1.3||~7.2.0||~7.3.0",
1212
"phpstan/phpdoc-parser": "^0.3.5",
13-
"symfony/console": "~4.4.0",
13+
"symfony/console": "~4.1.0||~4.4.0",
1414
"tomzx/php-semver-checker": "^0.13.0",
1515
"wikimedia/less.php": "~1.8.0",
1616
"zendframework/zend-stdlib": "^3.2.1"

0 commit comments

Comments
 (0)