diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-02-10 15:26:09 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-02-10 15:26:09 +0000 |
| commit | bcd965a62a48715c708d49473367fb63dc1f5f13 (patch) | |
| tree | 2481cd31eeb4a0ede214f77d3c53dad1593ab443 /composer.lock | |
| parent | 0f963072aa039b14798e565680180921a81e77c3 (diff) | |
| download | webtrees-bcd965a62a48715c708d49473367fb63dc1f5f13.tar.gz webtrees-bcd965a62a48715c708d49473367fb63dc1f5f13.tar.bz2 webtrees-bcd965a62a48715c708d49473367fb63dc1f5f13.zip | |
Fix version of phpcs
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 86 |
1 files changed, 85 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock index 9b0b3e8df3..34c6b8edd5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "37d4f4010692b4878f8fde7e408948db", + "content-hash": "4565fc032c7ca8a13f372ab07e487e70", "packages": [ { "name": "aura/router", @@ -7262,6 +7262,90 @@ "time": "2025-02-07T05:00:38+00:00" }, { + "name": "squizlabs/php_codesniffer", + "version": "3.11.3", + "source": { + "type": "git", + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", + "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10", + "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" + }, + "bin": [ + "bin/phpcbf", + "bin/phpcs" + ], + "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": "Former lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "Current lead" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards", + "static analysis" + ], + "support": { + "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", + "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", + "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", + "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" + }, + "funding": [ + { + "url": "https://github.com/PHPCSStandards", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + }, + { + "url": "https://thanks.dev/phpcsstandards", + "type": "thanks_dev" + } + ], + "time": "2025-01-23T17:04:15+00:00" + }, + { "name": "staabm/side-effects-detector", "version": "1.0.5", "source": { |
