Skip to content

Commit

Permalink
Add module repos temporarily to ensure tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Mar 11, 2021
1 parent c68844f commit df8e011
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,20 @@
"php-parallel-lint/php-parallel-lint": "^1.0",
"funkjedi/composer-include-files": "^1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wintercms/wn-system-module"
},
{
"type": "vcs",
"url": "https://github.com/wintercms/wn-backend-module"
},
{
"type": "vcs",
"url": "https://github.com/wintercms/wn-cms-module"
}
],
"autoload-dev": {
"classmap": [
"tests/concerns/InteractsWithAuthentication.php",
Expand Down

0 comments on commit df8e011

Please sign in to comment.