diff --git a/composer.json b/composer.json index 399845d..4ff49bf 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "php7compatibility", "description": "PHP 7.x compatibility checker", "require-dev": { - "squizlabs/php_codesniffer": "3.3.1", + "squizlabs/php_codesniffer": "3.3.2", "phpcompatibility/php-compatibility": "8.2.0" }, "prefer-stable" : true, diff --git a/composer.lock b/composer.lock index 0767fc4..d93aba6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "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": "9eb561ed73e920dfac8e93ec4d51bcc2", + "content-hash": "ac1c2496f4245f0574fcc588a586f8b8", "packages": [], "packages-dev": [ { @@ -62,16 +62,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.3.1", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "628a481780561150481a9ec74709092b9759b3ec" + "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/628a481780561150481a9ec74709092b9759b3ec", - "reference": "628a481780561150481a9ec74709092b9759b3ec", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e", + "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e", "shasum": "" }, "require": { @@ -109,7 +109,7 @@ "phpcs", "standards" ], - "time": "2018-07-26T23:47:18+00:00" + "time": "2018-09-23T23:08:17+00:00" }, { "name": "wimg/php-compatibility",