mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"squizlabs/php_codesniffer": {
|
||||
"version": "3.6",
|
||||
"recipe": {
|
||||
"repo": "3.6",
|
||||
"branch": "master",
|
||||
"version": "3.6",
|
||||
"ref": "1019e5c08d4821cb9b77f4891f8e9c31ff20ac6f"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"squizlabs/php_codesniffer": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "squizlabs/php_codesniffer",
|
||||
"version": "3.6",
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"phpcs.xml.dist": "phpcs.xml.dist"
|
||||
@@ -26,13 +12,32 @@
|
||||
},
|
||||
"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=\"PSR12\"/>\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": ""
|
||||
"contents": [
|
||||
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>",
|
||||
"",
|
||||
"<ruleset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"",
|
||||
" xsi:noNamespaceSchemaLocation=\"vendor/squizlabs/php_codesniffer/phpcs.xsd\">",
|
||||
"",
|
||||
" <arg name=\"basepath\" value=\".\"/>",
|
||||
" <arg name=\"cache\" value=\".phpcs-cache\"/>",
|
||||
" <arg name=\"colors\"/>",
|
||||
" <arg name=\"extensions\" value=\"php\"/>",
|
||||
"",
|
||||
" <rule ref=\"PSR12\"/>",
|
||||
"",
|
||||
" <file>bin/</file>",
|
||||
" <file>config/</file>",
|
||||
" <file>public/</file>",
|
||||
" <file>src/</file>",
|
||||
" <file>tests/</file>",
|
||||
"",
|
||||
"</ruleset>",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "squizlabs/php_codesniffer:3.6@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "1019e5c08d4821cb9b77f4891f8e9c31ff20ac6f"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user