Skip to content

Commit 849b815

Browse files
authored
Merge branch 'main' into dependabot/composer/friendsofphp/php-cs-fixer-3.66.2
2 parents 7faa00f + 83570d9 commit 849b815

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+909
-402
lines changed

.env

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,23 @@ SYMFONY_MAILER_PASSWORD=
3737
# Used in: config\common\params.php to build the oauth2 Clients array of Identity Providers (idP's) e.g Google, Facebook, Github
3838
# Note: The config\web\di\auth.php does NOT use the yiisoft/yii-auth-client Collection function to build the 'Clients' array above but uses the SettingRepository functions for this purpose.
3939

40-
GOOGLE_PEOPLE_API_V1_CLIENT_ID=test_google_client_id_from_dot_env
41-
GOOGLE_PEOPLE_API_V1_CLIENT_SECRET=test_google_client_secret_from_dot_env
42-
GOOGLE_PEOPLE_API_VI_RETURN_URL=test_google_client_secret_from_dot_env
40+
GOOGLE_API_CLIENT_ID=test_google_client_id_from_dot_env
41+
GOOGLE_API_CLIENT_SECRET=test_google_client_secret_from_dot_env
42+
GOOGLE_API_CLIENT_RETURN_URL=test_google_client_secret_from_dot_env
4343

4444
FACEBOOK_API_CLIENT_ID=test_facebook_client_id_from_dot_env
4545
FACEBOOK_API_CLIENT_SECRET=test_facebook_client_secret_from_dot_env
4646
FACEBOO_API_CLIENT_RETURN_URL=test_facebook_client_return_url_from_dot_env
4747

4848
GITHUB_API_CLIENT_ID=test_github_client_id_from_dot_env
4949
GITHUB_API_CLIENT_SECRET=github_client_secret_from_dot_env
50-
GITHUB_API_CLIENT_RETURN_URL=http://my_website/callbackGithub
50+
GITHUB_API_CLIENT_RETURN_URL=test_github_client_return_url_from_dot_env
51+
52+
LINKEDIN_API_CLIENT_ID=test_linkedin_client_id_from_dot_env
53+
LINKEDIN_API_CLIENT_SECRET=test_linkedin_client_secret_from_dot_env
54+
LINKEDIN_API_CLIENT_RETURN_URL=test_linkedin_client_return_url_from_dot_env
55+
56+
MICROSOFTONLINE_API_CLIENT_ID=test_microsoftonline_client_id_from_dot_env
57+
MICROSOFTONLINE_API_CLIENT_SECRET=test_microsoftonline_client_secret_from_dot_env
58+
MICROSOFTONLINE_API_CLIENT_RETURN_URL=test_microsoftonline_client_return_url_from_dot_env
59+
MICROSOFTONLINE_API_CLIENT_TENANT=test_microsoftonline_client_tenant_from_dot_env

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"stripe/stripe-php": "^16.3",
6868
"symfony/console": "^6.4||^7.1",
6969
"vjik/cycle-typecast": "^2.2",
70-
"vjik/telegram-bot-api": "^0.4",
70+
"vjik/telegram-bot-api": "^0.5",
7171
"vlucas/phpdotenv": "^5.6",
7272
"yiisoft/access": "^2.0",
7373
"yiisoft/aliases": "^3.0",
@@ -140,7 +140,7 @@
140140
"codeception/module-asserts": "^3.0",
141141
"codeception/module-cli": "^2.0",
142142
"codeception/module-phpbrowser": "^3.0",
143-
"friendsofphp/php-cs-fixer": "^3.64",
143+
"friendsofphp/php-cs-fixer": "^3.66.2",
144144
"phpunit/phpunit": "^9.6",
145145
"roave/better-reflection": "^6.26",
146146
"roave/infection-static-analysis-plugin": "^1.25",

0 commit comments

Comments
 (0)