composer.json (mrbs-1.9.4) | : | composer.json (mrbs-1.10.0) | ||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
], | ], | |||
"require": { | "require": { | |||
"php": ">=5.5.0", | "php": ">=5.5.0", | |||
"ext-ctype": "*", | "ext-ctype": "*", | |||
"ext-filter": "*", | "ext-filter": "*", | |||
"ext-hash": "*" | "ext-hash": "*" | |||
}, | }, | |||
"require-dev": { | "require-dev": { | |||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", | |||
"doctrine/annotations": "^1.2", | "doctrine/annotations": "^1.2", | |||
"php-parallel-lint/php-console-highlighter": "^0.5.0", | ||||
"php-parallel-lint/php-parallel-lint": "^1.3", | ||||
"phpcompatibility/php-compatibility": "^9.3.5", | "phpcompatibility/php-compatibility": "^9.3.5", | |||
"roave/security-advisories": "dev-latest", | "roave/security-advisories": "dev-latest", | |||
"squizlabs/php_codesniffer": "^3.5.6", | "squizlabs/php_codesniffer": "^3.6.0", | |||
"yoast/phpunit-polyfills": "^0.2.0" | "yoast/phpunit-polyfills": "^1.0.0" | |||
}, | }, | |||
"suggest": { | "suggest": { | |||
"ext-mbstring": "Needed to send email in multibyte encoding charset or d ecode encoded addresses", | "ext-mbstring": "Needed to send email in multibyte encoding charset or d ecode encoded addresses", | |||
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", | "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", | |||
"league/oauth2-google": "Needed for Google XOAUTH2 authentication", | "league/oauth2-google": "Needed for Google XOAUTH2 authentication", | |||
"psr/log": "For optional PSR-3 debug logging", | "psr/log": "For optional PSR-3 debug logging", | |||
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authenti cation", | "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authenti cation", | |||
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP exten sion is not enabled (^1.2)" | "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP exten sion is not enabled (^1.2)" | |||
}, | }, | |||
"autoload": { | "autoload": { | |||
skipping to change at line 63 | skipping to change at line 65 | |||
} | } | |||
}, | }, | |||
"autoload-dev": { | "autoload-dev": { | |||
"psr-4": { | "psr-4": { | |||
"PHPMailer\\Test\\": "test/" | "PHPMailer\\Test\\": "test/" | |||
} | } | |||
}, | }, | |||
"license": "LGPL-2.1-only", | "license": "LGPL-2.1-only", | |||
"scripts": { | "scripts": { | |||
"check": "./vendor/bin/phpcs", | "check": "./vendor/bin/phpcs", | |||
"test": "./vendor/bin/phpunit" | "test": "./vendor/bin/phpunit --no-coverage", | |||
"coverage": "./vendor/bin/phpunit", | ||||
"lint": [ | ||||
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . - | ||||
e php,phps --exclude vendor --exclude .git --exclude build" | ||||
] | ||||
} | } | |||
} | } | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 10 lines changed or added |