wishthis/composer.json

32 lines
1 KiB
JSON
Raw Normal View History

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",
"jaybizzle/crawler-detect": "^1.2",
"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",
"phpunit/phpunit": "10",
"marcocesarato/php-conventional-changelog": "^1.17"
2023-09-19 17:26:46 +00:00
},
"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"
}