mirror of
https://github.com/wishthis/wishthis.git
synced 2026-02-01 02:41:52 -05:00
31 lines
986 B
JSON
31 lines
986 B
JSON
{
|
|
"require": {
|
|
"embed/embed": "^4.4",
|
|
"qferr/mjml-php": "^2.0",
|
|
"gettext/gettext": "^5.7",
|
|
"gettext/translator": "^1.2",
|
|
"jaybizzle/crawler-detect": "^1.3",
|
|
"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"
|
|
}
|