diff --git a/src/Plugin/Config.php b/src/Plugin/Config.php index eb4322d..3ff234f 100644 --- a/src/Plugin/Config.php +++ b/src/Plugin/Config.php @@ -247,7 +247,6 @@ protected static function extractBaseDir(\Composer\Config $config) { $reflectionClass = new \ReflectionClass($config); $reflectionProperty = $reflectionClass->getProperty('baseDir'); - $reflectionProperty->setAccessible(true); return $reflectionProperty->getValue($config); } }