Files
symfony-flex-recipes-contrib/squizlabs.php_codesniffer.3.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

39 lines
1.7 KiB
JSON

{
"locks": {
"squizlabs/php_codesniffer": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "0dc9cceda799fd3a08b96987e176a261028a3709"
}
}
},
"manifests": {
"squizlabs/php_codesniffer": {
"repository": "github.com/symfony/recipes-contrib",
"package": "squizlabs/php_codesniffer",
"version": "3.0",
"manifest": {
"copy-from-recipe": {
"phpcs.xml.dist": "phpcs.xml.dist"
},
"gitignore": [
"/.phpcs-cache",
"/phpcs.xml"
]
},
"files": {
"phpcs.xml.dist": {
"contents": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<ruleset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:noNamespaceSchemaLocation=\"vendor/squizlabs/php_codesniffer/phpcs.xsd\">\n\n <arg name=\"basepath\" value=\".\"/>\n <arg name=\"cache\" value=\".phpcs-cache\"/>\n <arg name=\"colors\"/>\n <arg name=\"extensions\" value=\"php\"/>\n\n <rule ref=\"PSR2\"/>\n\n <file>bin/</file>\n <file>config/</file>\n <file>public/</file>\n <file>src/</file>\n <file>tests/</file>\n\n</ruleset>\n",
"executable": false,
"encoding": ""
}
},
"origin": "squizlabs/php_codesniffer:3.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}