diff --git a/composer.json b/composer.json index d7c8333..8a04db0 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,6 @@ "symfony/console": "^5.0", "symfony/yaml": "^5.0", "nunomaduro/termwind": "^1.5", - "composer-runtime-api": "^2.2" + "composer-runtime-api": "^2.2.2" } } diff --git a/mantis2github b/mantis2github index 6a83c4d..730aa44 100644 --- a/mantis2github +++ b/mantis2github @@ -12,7 +12,7 @@ (new class() { public function main() { - require_once $_composer_autoload_path ?? __DIR__ . '/vendor/autoload.php'; + require_once $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php'; $configValues = (new \Artemeon\M2G\Config\ConfigReader())->read(); $githubConnector = new \Artemeon\M2G\Service\GithubConnector($configValues);