31 lines
1 KiB
JSON
31 lines
1 KiB
JSON
{
|
|
"require": {
|
|
"embed/embed": "^4.3",
|
|
"grandel/include-directory": "^0.2.2",
|
|
"qferr/mjml-php": "^2.0",
|
|
"gettext/gettext": "^5.6",
|
|
"gettext/translator": "^1.1",
|
|
"jaybizzle/crawler-detect": "^1.2",
|
|
"slim/psr7": "^1.6",
|
|
"erusev/parsedown": "^1.7"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
"wp-coding-standards/wpcs": "^3.0",
|
|
"phpunit/phpunit": "^10.5",
|
|
"marcocesarato/php-conventional-changelog": "^1.17"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"changelog": "conventional-changelog",
|
|
"release": "conventional-changelog --commit",
|
|
"release:patch": "conventional-changelog --patch --commit",
|
|
"release:minor": "conventional-changelog --minor --commit",
|
|
"release:major": "conventional-changelog --major --commit"
|
|
},
|
|
"version": "1.1.2"
|
|
}
|