Skip to content
Snippets Groups Projects
Commit 9ced5f2a authored by Klaus Purer's avatar Klaus Purer
Browse files

Updated PHPCS dependency to a stable release

parent 230c2341
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
"license": "GPL-2.0+",
"require": {
"php": ">=5.2.0",
"squizlabs/php_codesniffer": "dev-master#9f195e43b9efebf6f57c81c38b4c7bf5c8ae409f"
"squizlabs/php_codesniffer": ">=2.4.0"
},
"require-dev": {
"phpunit/phpunit": ">=3.7 <5.0"
......
......@@ -4,21 +4,21 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "441a4e42ade90e47b5147e9808ed0b54",
"content-hash": "efdc7d9ef0bd71e5001ec76c3d1f266b",
"hash": "53c1b5665093fd3aef1a2382a4e9cdd8",
"content-hash": "3d99ee667cca97f03f691b9c89b0a429",
"packages": [
{
"name": "squizlabs/php_codesniffer",
"version": "dev-master",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "9f195e43b9efebf6f57c81c38b4c7bf5c8ae409f"
"reference": "32a879f4f35019d78d568db2885d7779ca084a33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9f195e43b9efebf6f57c81c38b4c7bf5c8ae409f",
"reference": "9f195e43b9efebf6f57c81c38b4c7bf5c8ae409f",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/32a879f4f35019d78d568db2885d7779ca084a33",
"reference": "32a879f4f35019d78d568db2885d7779ca084a33",
"shasum": ""
},
"require": {
......@@ -63,6 +63,7 @@
"CodeSniffer/Standards/Zend/Sniffs/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
......@@ -78,12 +79,7 @@
"phpcs",
"standards"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki",
"source": "https://github.com/squizlabs/PHP_CodeSniffer"
},
"time": "2015-11-16 02:17:41"
"time": "2015-11-23 21:30:59"
}
],
"packages-dev": [
......@@ -991,16 +987,16 @@
},
{
"name": "symfony/yaml",
"version": "v2.7.6",
"version": "v2.7.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "eca9019c88fbe250164affd107bc8057771f3f4d"
"reference": "4cfcd7a9fceba662b3c036b7d9a91f6197af046c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/eca9019c88fbe250164affd107bc8057771f3f4d",
"reference": "eca9019c88fbe250164affd107bc8057771f3f4d",
"url": "https://api.github.com/repos/symfony/yaml/zipball/4cfcd7a9fceba662b3c036b7d9a91f6197af046c",
"reference": "4cfcd7a9fceba662b3c036b7d9a91f6197af046c",
"shasum": ""
},
"require": {
......@@ -1015,7 +1011,10 @@
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
}
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
......@@ -1033,14 +1032,12 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2015-10-11 09:39:48"
"time": "2015-11-18 13:41:01"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"squizlabs/php_codesniffer": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment