Skip to content

Commit 5663771

Browse files
authored
SVC Release 6.0.0 (#48)
1 parent a9fb58d commit 5663771

25 files changed

+410
-181
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "magento/magento-semver",
33
"description": "Magento semantic version checker",
4-
"version": "5.0.0",
4+
"version": "6.0.0",
55
"license": [
66
"OSL-3.0",
77
"AFL-3.0"
88
],
99
"bin": ["bin/svc"],
1010
"require": {
11-
"php": "~7.1.3||~7.2.0||~7.3.0",
11+
"php": "~7.2.29||~7.3.0||~7.4.0",
1212
"phpstan/phpdoc-parser": "^0.3.5",
1313
"symfony/console": "~4.1.0||~4.4.0",
14-
"tomzx/php-semver-checker": "^0.13.0",
14+
"tomzx/php-semver-checker": "^0.14.0",
1515
"wikimedia/less.php": "~1.8.0",
1616
"zendframework/zend-stdlib": "^3.2.1",
17-
"nikic/php-parser": "^3.1"
17+
"nikic/php-parser": "^4.4"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^6.5.0",

0 commit comments

Comments
 (0)