diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-05 15:07:25 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-05 15:07:25 +0100 |
commit | 6f1f457d715f505633d39af1faf3f75b073ad3fb (patch) | |
tree | 24de3e9b3587b048e4ca9cc81cddade865d26bee /composer.json | |
parent | 38d54f6f88302a1266a7713287bf15bff414b784 (diff) |
update to 6.7
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 9275fab..4e54328 100644 --- a/composer.json +++ b/composer.json @@ -43,11 +43,12 @@ "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcompatibility/php-compatibility": "^9.3.5", "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "^3.6.2", + "squizlabs/php_codesniffer": "^3.7.1", "yoast/phpunit-polyfills": "^1.0.0" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", + "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", |