mirror of
https://github.com/ivuorinen/xkcd-Mailer.git
synced 2026-01-26 03:04:01 +00:00
1.0.0
for real this time?
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "phpcs --warning-severity=0 .",
|
||||
"lint-all": "phpcs .",
|
||||
"fix": "phpcbf ."
|
||||
"lint": "phpcs --warning-severity=0",
|
||||
"lint-all": "phpcs",
|
||||
"fix": "phpcbf"
|
||||
},
|
||||
"require": {
|
||||
"ext-simplexml": "*",
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd"
|
||||
>
|
||||
<description>PHP Code Sniffer configuration file.</description>
|
||||
|
||||
<file>.</file>
|
||||
|
||||
<arg name="basepath" value="."/>
|
||||
<arg name="colors"/>
|
||||
<arg name="extensions" value="php"/>
|
||||
|
||||
Reference in New Issue
Block a user