Skip to content

Commit

Permalink
SVC Release 6.0.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
roribio committed Jun 18, 2020
1 parent a9fb58d commit 5663771
Show file tree
Hide file tree
Showing 25 changed files with 410 additions and 181 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "magento/magento-semver",
"description": "Magento semantic version checker",
"version": "5.0.0",
"version": "6.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"bin": ["bin/svc"],
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"php": "~7.2.29||~7.3.0||~7.4.0",
"phpstan/phpdoc-parser": "^0.3.5",
"symfony/console": "~4.1.0||~4.4.0",
"tomzx/php-semver-checker": "^0.13.0",
"tomzx/php-semver-checker": "^0.14.0",
"wikimedia/less.php": "~1.8.0",
"zendframework/zend-stdlib": "^3.2.1",
"nikic/php-parser": "^3.1"
"nikic/php-parser": "^4.4"
},
"require-dev": {
"phpunit/phpunit": "^6.5.0",
Expand Down

0 comments on commit 5663771

Please sign in to comment.