2021-11-12 15:23:48 +00:00
|
|
|
{
|
2021-11-15 13:09:31 +00:00
|
|
|
"require": {
|
2021-11-15 13:21:18 +00:00
|
|
|
"embed/embed": "^4.3",
|
2022-01-21 08:23:52 +00:00
|
|
|
"grandel/include-directory": "^0.2.2",
|
2022-11-28 10:29:52 +00:00
|
|
|
"qferr/mjml-php": "^2.0",
|
2022-06-08 10:26:34 +00:00
|
|
|
"gettext/gettext": "^5.6",
|
2022-11-19 15:31:49 +00:00
|
|
|
"gettext/translator": "^1.1",
|
2022-11-28 11:45:29 +00:00
|
|
|
"jaybizzle/crawler-detect": "^1.2",
|
2023-12-19 11:56:03 +00:00
|
|
|
"slim/psr7": "^1.6",
|
|
|
|
"erusev/parsedown": "^1.7"
|
2023-09-19 17:26:46 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
2023-09-20 14:56:46 +00:00
|
|
|
"wp-coding-standards/wpcs": "^3.0",
|
2023-12-19 14:31:43 +00:00
|
|
|
"phpunit/phpunit": "^10.5",
|
2023-12-01 14:08:54 +00:00
|
|
|
"marcocesarato/php-conventional-changelog": "^1.17"
|
2023-09-19 17:26:46 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2023-12-01 14:08:54 +00:00
|
|
|
},
|
|
|
|
"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"
|
2023-12-19 11:56:03 +00:00
|
|
|
}
|