Skip to content

Commit

Permalink
Merge pull request #9 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 e82cb45 + df68007 commit 1d5c7ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"guzzlehttp/guzzle": "^7.3.0",
"symfony/console": "^5.0",
"symfony/yaml": "^5.0",
"nunomaduro/termwind": "^1.5"
"nunomaduro/termwind": "^1.5",
"composer-runtime-api": "^2.2"
}
}
5 changes: 3 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 __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 1d5c7ed

Please sign in to comment.