Skip to content

Commit cf94055

Browse files
authored
Update magento-semver to be compatible with PHP7.4 (#33)
* MC-33156: Update magento-semver to be compatible with PHP7.4 * MC-33156: Update magento-semver to be compatible with PHP7.4 * MC-33156: Update magento-semver to be compatible with PHP7.4 * MC-33156: Update magento-semver to be compatible with PHP7.4
1 parent ce63992 commit cf94055

23 files changed

+247
-150
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"php": "~7.1.3||~7.2.0||~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)