There was an error while loading. Please reload this page.
2 parents 2da5ba8 + fd7f812 commit 33ec1c3Copy full SHA for 33ec1c3
src/MagentoHackathon/Composer/Magento/PackageXmlParser.php
@@ -108,7 +108,7 @@ protected function _parseMappings()
108
$map = array();
109
110
/** @var $package SimpleXMLElement */
111
- $package = simplexml_load_file($this->getFile());
+ $package = simplexml_load_file($this->getFile()->getPathname());
112
if (isset($package)) {
113
foreach ($package->xpath('//contents/target') as $target) {
114
try {
0 commit comments