53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/mailpoet/html2text"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"twig/twig": "1.*",
|
|
"cerdic/css-tidy": "^1.5.5",
|
|
"tburry/pquery": "^1.1.1",
|
|
"j4mie/paris": "1.5.6",
|
|
"swiftmailer/swiftmailer": "^5.4",
|
|
"mtdowling/cron-expression": "^1.1",
|
|
"nesbot/carbon": "^1.21",
|
|
"soundasleep/html2text": "dev-master",
|
|
"sabberworm/php-css-parser": "^8.1",
|
|
"symfony/polyfill-php72": "^1.8",
|
|
"symfony/polyfill-mbstring": "1.8.0",
|
|
"sensiolabs/security-checker": "^4.1"
|
|
},
|
|
"require-dev": {
|
|
"codeception/aspect-mock": "2.0.1",
|
|
"codeception/codeception": "2.4.2",
|
|
"codeception/verify": "^0.4.0",
|
|
"consolidation/robo": "^1.3.0",
|
|
"henrikbjorn/lurker": "^1.2",
|
|
"lucatume/wp-browser": "1.21.23",
|
|
"phpunit/phpunit": "5.7.27",
|
|
"vlucas/phpdotenv": "^2.4.0",
|
|
"umpirsky/twig-gettext-extractor": "1.1.*",
|
|
"kint-php/kint": "^2.2",
|
|
"squizlabs/php_codesniffer": "^2.8.1",
|
|
"wimg/php-compatibility": "^7.1.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MailPoet\\": "lib/",
|
|
"Sudzy\\": "lib/Util/Sudzy"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": "rm -rf vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility; cp -rp vendor/wimg/php-compatibility vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility",
|
|
"post-install-cmd": "rm -rf vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility; cp -rp vendor/wimg/php-compatibility vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "5.6.30"
|
|
}
|
|
}
|
|
}
|