Skip to content

Commit 62b2655

Browse files
author
rune.laenen
committed
Fixes #12
1 parent 442aca5 commit 62b2655

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/create-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build & create zip
2222
run: |
2323
cp -r "./RuneLaenenTwoFactorAuth" "/plugins/RuneLaenenTwoFactorAuth"
24-
composer install -d "/plugins/RuneLaenenTwoFactorAuth" --no-ansi --no-dev --no-interaction --no-plugins --no-progress --no-scripts --no-suggest --optimize-autoloader --ignore-platform-reqs
24+
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
2525
start-mysql
2626
pack-plugin "RuneLaenenTwoFactorAuth"
2727

composer-ci.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"autoload": {
3+
"psr-4": {
4+
"RuneLaenen\\TwoFactorAuth\\": "src/"
5+
}
6+
},
7+
"require": {
8+
"pragmarx/google2fa": "^8.0",
9+
"bacon/bacon-qr-code": "^2.0"
10+
}
11+
}

0 commit comments

Comments
 (0)