From 640ba6414ea4a085f9887519bbf59e2d27e9fab7 Mon Sep 17 00:00:00 2001 From: kenjis Date: Tue, 2 Jul 2024 11:37:54 +0900 Subject: [PATCH] chore: fix coding-standard version for PHPUnit9 --- composer.json | 1 + composer.lock | 48 +++++++++++++++++++++++++++++------------------- 2 files changed, 30 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 822042c..82d4638 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,7 @@ "psr/container": "^2.0" }, "require-dev": { + "codeigniter/coding-standard": "1.7.*", "codeigniter4/devkit": "^1.0", "phpunit/phpunit": "^9.6", "tatter/patches": "^2.0" diff --git a/composer.lock b/composer.lock index 0fbcef8..3f1a72e 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": "728e13d332bbc03b7457ccd85e1e8b1f", + "content-hash": "5d8cb7d500fbd44646bd14269b53f5e9", "packages": [ { "name": "clue/stream-filter", @@ -2495,28 +2495,28 @@ }, { "name": "codeigniter/coding-standard", - "version": "v1.8.0", + "version": "v1.7.16", "source": { "type": "git", "url": "https://github.com/CodeIgniter/coding-standard.git", - "reference": "a523fd030be6360123a88655f39f0eb1650ee4bf" + "reference": "8b2c0de625e4b5c9d7cd3c0b34bc30fba61a86ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CodeIgniter/coding-standard/zipball/a523fd030be6360123a88655f39f0eb1650ee4bf", - "reference": "a523fd030be6360123a88655f39f0eb1650ee4bf", + "url": "https://api.github.com/repos/CodeIgniter/coding-standard/zipball/8b2c0de625e4b5c9d7cd3c0b34bc30fba61a86ea", + "reference": "8b2c0de625e4b5c9d7cd3c0b34bc30fba61a86ea", "shasum": "" }, "require": { "ext-tokenizer": "*", "friendsofphp/php-cs-fixer": "^3.50", - "nexusphp/cs-config": "^3.19.0", - "php": "^8.1" + "nexusphp/cs-config": "<=3.18.0", + "php": "^7.4 || ^8.0" }, "require-dev": { - "nexusphp/tachycardia": "^2.1", + "nexusphp/tachycardia": "^1.3", "phpstan/phpstan": "^1.0", - "phpunit/phpunit": "^10.5" + "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { @@ -2545,7 +2545,7 @@ "slack": "https://codeigniterchat.slack.com", "source": "https://github.com/CodeIgniter/coding-standard" }, - "time": "2024-06-16T15:51:42+00:00" + "time": "2024-05-18T12:39:28+00:00" }, { "name": "codeigniter4/devkit", @@ -3522,33 +3522,33 @@ }, { "name": "nexusphp/cs-config", - "version": "v3.23.1", + "version": "v3.18.0", "source": { "type": "git", "url": "https://github.com/NexusPHP/cs-config.git", - "reference": "323c8ca9c86a85d8cf9990e95079a7734bfbf4e6" + "reference": "8187fab52c7c4822579e3bbcb3c8bee0c0058b05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/NexusPHP/cs-config/zipball/323c8ca9c86a85d8cf9990e95079a7734bfbf4e6", - "reference": "323c8ca9c86a85d8cf9990e95079a7734bfbf4e6", + "url": "https://api.github.com/repos/NexusPHP/cs-config/zipball/8187fab52c7c4822579e3bbcb3c8bee0c0058b05", + "reference": "8187fab52c7c4822579e3bbcb3c8bee0c0058b05", "shasum": "" }, "require": { "ext-tokenizer": "*", - "friendsofphp/php-cs-fixer": "^3.57.1", - "php": "^8.1" + "friendsofphp/php-cs-fixer": "^3.35", + "php": "^8.0.1" }, "conflict": { "liaison/cs-config": "*" }, "require-dev": { - "nexusphp/tachycardia": "^2.1", + "nexusphp/tachycardia": "^1.4", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "^10.5 || ^11.0" + "phpunit/phpunit": "^9.6" }, "type": "library", "extra": { @@ -3577,7 +3577,17 @@ "slack": "https://nexusphp.slack.com", "source": "https://github.com/NexusPHP/cs-config.git" }, - "time": "2024-06-16T15:46:10+00:00" + "funding": [ + { + "url": "https://www.paypal.me/paulbalandan", + "type": "custom" + }, + { + "url": "https://github.com/paulbalandan", + "type": "github" + } + ], + "time": "2023-10-13T04:02:43+00:00" }, { "name": "nexusphp/tachycardia",