From 1bb4b36259c97781331762d37e0b4a6a2a242626 Mon Sep 17 00:00:00 2001 From: webimpress Date: Thu, 10 Nov 2016 19:34:16 +0000 Subject: [PATCH] Changed squizlabs/php_codesniffer to zendframework/zend-coding-standard --- composer.json | 2 +- composer.lock | 33 +++++++++++++++++++++++++++++++-- phpcs.xml | 23 ++--------------------- 3 files changed, 34 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index ea0ea95..89ea663 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.0", - "squizlabs/php_codesniffer": "^2.7", + "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-escaper": "^2.5.2", "zendframework/zend-http": "^2.5.4", "zendframework/zend-inputfilter": "^2.7.2", diff --git a/composer.lock b/composer.lock index cef4f79..c1ce088 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "9184847b8d6da7776320f0703492d2b6", - "content-hash": "e2a55a1c6c96bb929a69af315e99b133", + "hash": "6c749130ca41654e5daedcf5b4789841", + "content-hash": "da23a744bba82a9854b0188544af3ea9", "packages": [ { "name": "bshaffer/oauth2-server-php", @@ -3052,6 +3052,35 @@ ], "time": "2016-08-09 15:02:57" }, + { + "name": "zendframework/zend-coding-standard", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/zendframework/zend-coding-standard.git", + "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/zendframework/zend-coding-standard/zipball/893316d2904e93f1c74c1384b6d7d57778299cb6", + "reference": "893316d2904e93f1c74c1384b6d7d57778299cb6", + "shasum": "" + }, + "require": { + "squizlabs/php_codesniffer": "^2.7" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Zend Framework coding standard", + "keywords": [ + "Coding Standard", + "zf" + ], + "time": "2016-11-09 21:30:43" + }, { "name": "zendframework/zend-inputfilter", "version": "2.7.3", diff --git a/phpcs.xml b/phpcs.xml index 216ba6f..0d7d693 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,25 +1,6 @@ - - Zend Framework coding standard - - - - - - - - - - - - - - - - - - - + + config