Skip to content

Commit

Permalink
Fixes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
rune.laenen committed Oct 23, 2020
1 parent 442aca5 commit 62b2655
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build & create zip
run: |
cp -r "./RuneLaenenTwoFactorAuth" "/plugins/RuneLaenenTwoFactorAuth"
composer install -d "/plugins/RuneLaenenTwoFactorAuth" --no-ansi --no-dev --no-interaction --no-plugins --no-progress --no-scripts --no-suggest --optimize-autoloader --ignore-platform-reqs
COMPOSER="composer-ci.json" composer install -d "/plugins/RuneLaenenTwoFactorAuth" --no-ansi --no-dev --no-interaction --no-plugins --no-progress --no-scripts --no-suggest --optimize-autoloader --ignore-platform-reqs
start-mysql
pack-plugin "RuneLaenenTwoFactorAuth"
Expand Down
11 changes: 11 additions & 0 deletions composer-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"autoload": {
"psr-4": {
"RuneLaenen\\TwoFactorAuth\\": "src/"
}
},
"require": {
"pragmarx/google2fa": "^8.0",
"bacon/bacon-qr-code": "^2.0"
}
}

0 comments on commit 62b2655

Please sign in to comment.