diff --git a/composer.json b/composer.json index 82d4638..6de54ef 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "psr/container": "^2.0" }, "require-dev": { - "codeigniter/coding-standard": "1.7.*", + "codeigniter/coding-standard": "1.8.*", "codeigniter4/devkit": "^1.0", "phpunit/phpunit": "^9.6", "tatter/patches": "^2.0" diff --git a/composer.lock b/composer.lock index 3614313..a888074 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": "5d8cb7d500fbd44646bd14269b53f5e9", + "content-hash": "159838e853da675888ca4fa4a5bd4ac4", "packages": [ { "name": "clue/stream-filter", @@ -2496,28 +2496,28 @@ }, { "name": "codeigniter/coding-standard", - "version": "v1.7.16", + "version": "v1.8.3", "source": { "type": "git", "url": "https://github.com/CodeIgniter/coding-standard.git", - "reference": "8b2c0de625e4b5c9d7cd3c0b34bc30fba61a86ea" + "reference": "aada00200e4f711f40d785e9b599187f5f95f44f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CodeIgniter/coding-standard/zipball/8b2c0de625e4b5c9d7cd3c0b34bc30fba61a86ea", - "reference": "8b2c0de625e4b5c9d7cd3c0b34bc30fba61a86ea", + "url": "https://api.github.com/repos/CodeIgniter/coding-standard/zipball/aada00200e4f711f40d785e9b599187f5f95f44f", + "reference": "aada00200e4f711f40d785e9b599187f5f95f44f", "shasum": "" }, "require": { "ext-tokenizer": "*", - "friendsofphp/php-cs-fixer": "^3.50", - "nexusphp/cs-config": "<=3.18.0", - "php": "^7.4 || ^8.0" + "friendsofphp/php-cs-fixer": "^3.67", + "nexusphp/cs-config": "^3.25", + "php": "^8.1" }, "require-dev": { - "nexusphp/tachycardia": "^1.3", - "phpstan/phpstan": "^1.0", - "phpunit/phpunit": "^9.5" + "nexusphp/tachycardia": "^2.3", + "phpstan/phpstan": "^2.0", + "phpunit/phpunit": "^10.5 || ^11.2" }, "type": "library", "autoload": { @@ -2546,7 +2546,7 @@ "slack": "https://codeigniterchat.slack.com", "source": "https://github.com/CodeIgniter/coding-standard" }, - "time": "2024-05-18T12:39:28+00:00" + "time": "2025-01-13T03:49:42+00:00" }, { "name": "codeigniter4/devkit", @@ -3530,40 +3530,35 @@ }, { "name": "nexusphp/cs-config", - "version": "v3.18.0", + "version": "v3.25.1", "source": { "type": "git", "url": "https://github.com/NexusPHP/cs-config.git", - "reference": "8187fab52c7c4822579e3bbcb3c8bee0c0058b05" + "reference": "fd388b3586b3e3d0267aee55bb2c340af27ac929" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/NexusPHP/cs-config/zipball/8187fab52c7c4822579e3bbcb3c8bee0c0058b05", - "reference": "8187fab52c7c4822579e3bbcb3c8bee0c0058b05", + "url": "https://api.github.com/repos/NexusPHP/cs-config/zipball/fd388b3586b3e3d0267aee55bb2c340af27ac929", + "reference": "fd388b3586b3e3d0267aee55bb2c340af27ac929", "shasum": "" }, "require": { "ext-tokenizer": "*", - "friendsofphp/php-cs-fixer": "^3.35", - "php": "^8.0.1" + "friendsofphp/php-cs-fixer": "^3.67", + "php": "^8.1" }, "conflict": { "liaison/cs-config": "*" }, "require-dev": { - "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": "^9.6" + "nexusphp/tachycardia": "^2.1", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^10.5 || ^11.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "3.x-dev" - } - }, "autoload": { "psr-4": { "Nexus\\CsConfig\\": "src/" @@ -3585,17 +3580,7 @@ "slack": "https://nexusphp.slack.com", "source": "https://github.com/NexusPHP/cs-config.git" }, - "funding": [ - { - "url": "https://www.paypal.me/paulbalandan", - "type": "custom" - }, - { - "url": "https://github.com/paulbalandan", - "type": "github" - } - ], - "time": "2023-10-13T04:02:43+00:00" + "time": "2025-01-17T10:15:07+00:00" }, { "name": "nexusphp/tachycardia", @@ -8515,15 +8500,15 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^8.1" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }