mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user