Skip to content

Commit fa819aa

Browse files
committed
Merge branch 'php-74' into MQE-2195
# Conflicts: # composer.json # composer.lock # src/ClassHierarchy/Entity.php
2 parents 84a1b81 + a441efc commit fa819aa

23 files changed

+263
-169
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
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)