summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-26 08:50:40 +0100
committerRemi Collet <remi@remirepo.net>2020-11-26 08:50:40 +0100
commitbdedaae6775ef4fa3da0d08505d22a16c499e911 (patch)
tree4fbd69753ab6afba01de2972eb99b0c180ca6236 /composer.json
parent48fe40c50cdca749b9ff5f7fa30090bf6c94f56b (diff)
update to 6.2.0
add build dependency on yoast/phpunit-polyfills switch to phpunit7
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 10 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index 95a8991..7388bd9 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,7 @@
],
"funding": [
{
- "url": "https://github.com/synchro",
+ "url": "https://github.com/Synchro",
"type": "github"
}
],
@@ -32,16 +32,19 @@
"ext-hash": "*"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^2.2",
- "phpunit/phpunit": "^4.8 || ^5.7",
- "doctrine/annotations": "^1.2"
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
+ "doctrine/annotations": "^1.2",
+ "phpcompatibility/php-compatibility": "^9.3.5",
+ "roave/security-advisories": "dev-latest",
+ "squizlabs/php_codesniffer": "^3.5.6",
+ "yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
- "psr/log": "For optional PSR-3 debug logging",
- "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
+ "ext-mbstring": "Needed to send email in multibyte encoding charset",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
+ "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
+ "psr/log": "For optional PSR-3 debug logging",
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
- "ext-mbstring": "Needed to send email in multibyte encoding charset",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
"autoload": {