diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-05-12 10:47:34 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-05-12 11:13:53 +0100 |
| commit | b58a5cf7f9517ca9e16991fcdfc18179b774ee71 (patch) | |
| tree | bc3ef79685077b476dffa1ef4ee98a959bf7446e /composer.lock | |
| parent | ea79325610ff27f9d9002226fea4c016b404fcbd (diff) | |
| download | webtrees-b58a5cf7f9517ca9e16991fcdfc18179b774ee71.tar.gz webtrees-b58a5cf7f9517ca9e16991fcdfc18179b774ee71.tar.bz2 webtrees-b58a5cf7f9517ca9e16991fcdfc18179b774ee71.zip | |
PHPCS no longer checks CSS files
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/composer.lock b/composer.lock index 23253b667d..d4156b8b59 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": "24957b0cf9c667fdb1fe73c0dbd4c006", + "content-hash": "cedb68be35d1c48f5fc32d2ab68e9d93", "packages": [ { "name": "aura/router", @@ -1123,16 +1123,16 @@ }, { "name": "illuminate/collections", - "version": "v12.12.0", + "version": "v12.13.0", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "abccbba3aef0fb9460105496e18c36b28dfe10b2" + "reference": "97fadea4c64c9bf1e23519a26faaf3ac999e1cfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/abccbba3aef0fb9460105496e18c36b28dfe10b2", - "reference": "abccbba3aef0fb9460105496e18c36b28dfe10b2", + "url": "https://api.github.com/repos/illuminate/collections/zipball/97fadea4c64c9bf1e23519a26faaf3ac999e1cfb", + "reference": "97fadea4c64c9bf1e23519a26faaf3ac999e1cfb", "shasum": "" }, "require": { @@ -1176,11 +1176,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-04-29T20:14:54+00:00" + "time": "2025-05-02T14:54:36+00:00" }, { "name": "illuminate/conditionable", - "version": "v12.12.0", + "version": "v12.13.0", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -1226,7 +1226,7 @@ }, { "name": "illuminate/container", - "version": "v12.12.0", + "version": "v12.13.0", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", @@ -1277,7 +1277,7 @@ }, { "name": "illuminate/contracts", - "version": "v12.12.0", + "version": "v12.13.0", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", @@ -1395,7 +1395,7 @@ }, { "name": "illuminate/macroable", - "version": "v12.12.0", + "version": "v12.13.0", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -7525,26 +7525,26 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.12.2", + "version": "4.0.0beta1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa" + "reference": "b37066133dc2d2d0291187f3120035ef33032caf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa", - "reference": "6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/b37066133dc2d2d0291187f3120035ef33032caf", + "reference": "b37066133dc2d2d0291187f3120035ef33032caf", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", - "php": ">=5.4.0" + "php": ">=7.2.0" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" + "phpunit/phpunit": "^8.0 || ^9.3.4 || ^10.5.32 || ^11.3.3" }, "bin": [ "bin/phpcbf", @@ -7574,7 +7574,7 @@ "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.", + "description": "PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.", "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "keywords": [ "phpcs", @@ -7605,7 +7605,7 @@ "type": "thanks_dev" } ], - "time": "2025-04-13T04:10:18+00:00" + "time": "2025-05-11T04:14:19+00:00" }, { "name": "staabm/side-effects-detector", @@ -7987,7 +7987,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": { + "squizlabs/php_codesniffer": 10 + }, "prefer-stable": false, "prefer-lowest": false, "platform": { |
