Skip to content

Commit

Permalink
QA: Merge changes from #6024 - Oauth2
Browse files Browse the repository at this point in the history
* This merges @xmacan's changes and performs additional functions.
* Adds composer.json and composer.lock to include folder
* Places the flag-icons and phpmailer into that file
* Updates flag-icons and phpmailer to latest
* Adds the autoloader.php to global.php
  • Loading branch information
TheWitness committed Jan 8, 2025
1 parent 70e3844 commit e43e323
Show file tree
Hide file tree
Showing 881 changed files with 48,018 additions and 4 deletions.
12 changes: 12 additions & 0 deletions include/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"require": {
"league/oauth2-google": "^4.0",
"hayageek/oauth2-yahoo": "^2.0",
"stevenmaguire/oauth2-keycloak": "^5.1",
"greew/oauth2-azure-provider": "^2.0",
"league/oauth2-client": "^2.7",
"stevenmaguire/oauth2-microsoft": "^2.2",
"phpmailer/phpmailer": "^6.7.1",
"lipis/flag-icons": "^6.11.0"
}
}
Loading

0 comments on commit e43e323

Please sign in to comment.