Skip to content

Commit c236238

Browse files
authored
Merge pull request #15 from magento/NovemberInfraSync
EQPS-240: magento2-infrastructure SVC Extraction Sync
2 parents c94c35b + 008cd65 commit c236238

File tree

934 files changed

+26141
-2307
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

934 files changed

+26141
-2307
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
],
99
"bin": ["bin/svc"],
1010
"require": {
11-
"php": "~7.1.3||~7.2.0",
11+
"php": "~7.1.3||~7.2.0||~7.3.0",
1212
"tomzx/php-semver-checker": "^0.13.0",
1313
"symfony/console": "~4.1.0",
14-
"nikic/php-parser": "^3.1.0"
14+
"phpstan/phpdoc-parser": "^0.3.5",
15+
"wikimedia/less.php": "~1.8.0"
1516
},
1617
"require-dev": {
1718
"phpunit/phpunit": "^6.5.0",
@@ -20,7 +21,8 @@
2021
},
2122
"autoload": {
2223
"psr-4": {
23-
"Magento\\SemanticVersionChecker\\": "src/"
24+
"Magento\\SemanticVersionChecker\\": "src/",
25+
"Magento\\SemanticVersionChecker\\Test\\": "tests/"
2426
}
2527
}
2628
}

0 commit comments

Comments
 (0)