mirror of
https://github.com/ivuorinen/xkcd-Mailer.git
synced 2026-01-26 11:14:06 +00:00
1.0.0
This commit is contained in:
32
composer.json
Normal file
32
composer.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user