diff --git a/composer.json b/composer.json index 40c6fab..24bbae9 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "JH Custom PHP CS Rules", "require": { "php": "^7", - "squizlabs/php_codesniffer": "^3.0" + "squizlabs/php_codesniffer": "^3.5.0" }, "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock index cc35962..31076f9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "e4ff648e02e45de04bcf8ed5292d84e7", + "content-hash": "722260feca47674c2d0e3225e78f8007", "packages": [ { "name": "squizlabs/php_codesniffer", - "version": "3.0.2", + "version": "3.5.8", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "c7594a88ae75401e8f8d0bd4deb8431b39045c51" + "reference": "9d583721a7157ee997f235f327de038e7ea6dac4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c7594a88ae75401e8f8d0bd4deb8431b39045c51", - "reference": "c7594a88ae75401e8f8d0bd4deb8431b39045c51", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4", + "reference": "9d583721a7157ee997f235f327de038e7ea6dac4", "shasum": "" }, "require": { @@ -27,7 +27,7 @@ "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", @@ -50,12 +50,12 @@ } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "http://www.squizlabs.com/php-codesniffer", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], - "time": "2017-07-18T01:12:32+00:00" + "time": "2020-10-23T02:01:07+00:00" } ], "packages-dev": [],