Skip to content

Commit e42bcee

Browse files
committed
EQPS-213: Removing magento/framework dependency by reimplementing required classes
1 parent ea60d91 commit e42bcee

File tree

8 files changed

+3087
-32
lines changed

8 files changed

+3087
-32
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"php": "~7.1.3||~7.2.0",
1111
"tomzx/php-semver-checker": "^0.13.0",
1212
"symfony/console": "~4.1.0",
13-
"nikic/php-parser": "^3.1.0",
14-
"magento/framework": "~102.0.0"
13+
"nikic/php-parser": "^3.1.0"
1514
},
1615
"require-dev": {
1716
"phpunit/phpunit": "^6.5.0",
18-
"allure-framework/allure-phpunit": "^1.2.0"
17+
"allure-framework/allure-phpunit": "^1.2.0",
18+
"zendframework/zend-stdlib": "^3.2.1"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)