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",
|
|
|
|
"slim/psr7": "^1.6"
|
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",
|
|
|
|
"phpunit/phpunit": "10"
|
2023-09-19 17:26:46 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
2021-11-12 15:23:48 +00:00
|
|
|
}
|
|
|
|
}
|