Skip to content

Commit

Permalink
Merge pull request #10 from artemeon/fix
Browse files Browse the repository at this point in the history
Fix autoload path
  • Loading branch information
marcreichel authored Feb 17, 2022
2 parents 1d5c7ed + 6f4757e commit e061e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion mantis2github
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e061e67

Please sign in to comment.