Files
xkcd-Mailer/composer.json
renovate[bot] 3d67b3ab3d chore(deps): update dependency squizlabs/php_codesniffer to v3.10.0 (#19)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-22 08:50:07 +03:00

33 lines
641 B
JSON

{
"name": "ivuorinen/xkcd-mailer",
"description": "XKCD Mailer",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Ismo Vuorinen",
"homepage": "https://github.com/ivuorinen"
},
{
"name": "Raam Dev",
"homepage": "https://github.com/raamdev"
},
{
"name": "wojas",
"homepage": "https://github.com/wojas"
}
],
"scripts": {
"lint": "phpcs --warning-severity=0",
"lint-all": "phpcs",
"fix": "phpcbf"
},
"require": {
"ext-simplexml": "*",
"ext-curl": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.10.0"
}
}