File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments