wishthis/composer.json
2023-12-01 15:08:54 +01:00

30 lines
No EOL
993 B
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"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"wp-coding-standards/wpcs": "^3.0",
"phpunit/phpunit": "10",
"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"
}