Skip to content

Commit dc1448e

Browse files
author
Ivan Gavryshko
committed
MAGETWO-32612: magento composer uninstall not removing module
- added magento-composer-installer to the root package. This is workaround and it will be removed after bug composer/composer#3791 will be fixed. Conflicts: composer.lock
1 parent cdc3d60 commit dc1448e

File tree

3 files changed

+87
-9
lines changed

3 files changed

+87
-9
lines changed

app/etc/vendor_path.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
/**
88
* Path to Composer vendor directory
99
*/
10-
return 'vendor';
10+
return './vendor';

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"magento/zendframework1": "1.12.10",
3333
"composer/composer": "1.0.0-alpha8",
3434
"monolog/monolog": "1.11.0",
35-
"tubalmartin/cssmin": "2.4.8-p4"
35+
"tubalmartin/cssmin": "2.4.8-p4",
36+
"magento/magento-composer-installer": "*"
3637
},
3738
"require-dev": {
3839
"phpunit/phpunit": "4.1.0",

composer.lock

Lines changed: 84 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)