From 746dd6880a79aa98a5916e5c8b53f5b8b03c2a2d Mon Sep 17 00:00:00 2001 From: clavaque Date: Fri, 20 Nov 2020 20:54:29 +0100 Subject: [PATCH] Composer dependency update --- composer.json | 4 +++- composer.lock | 63 ++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 60 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index f5856fae..8e88d19a 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,9 @@ "require": { "defuse/php-encryption": "2.*" }, - "require-dev": {}, + "require-dev": { + "squizlabs/php_codesniffer": "^3.5" + }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/composer.lock b/composer.lock index 5a286b7a..97c65a2b 100644 --- a/composer.lock +++ b/composer.lock @@ -1,11 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "596cba56602f92feb2acd61d6a3caa00", - "content-hash": "6e273be9e151a54c1c5133ddf7e9164a", + "content-hash": "625f3aaf31451b455af07c94fdedbfb6", "packages": [ { "name": "defuse/php-encryption", @@ -64,7 +63,7 @@ "security", "symmetric key cryptography" ], - "time": "2016-10-10 15:20:26" + "time": "2016-10-10T15:20:26+00:00" }, { "name": "paragonie/random_compat", @@ -112,10 +111,62 @@ "pseudorandom", "random" ], - "time": "2017-03-13 16:27:32" + "time": "2017-03-13T16:27:32+00:00" + } + ], + "packages-dev": [ + { + "name": "squizlabs/php_codesniffer", + "version": "3.5.4", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "dceec07328401de6211037abbb18bda423677e26" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dceec07328401de6211037abbb18bda423677e26", + "reference": "dceec07328401de6211037abbb18bda423677e26", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards" + ], + "time": "2020-01-30T22:20:29+00:00" } ], - "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [],