From 6ed068cbe65d0920be2778dcdbff7f7adc4cb8b2 Mon Sep 17 00:00:00 2001 From: Jason Morris Date: Sun, 19 Jan 2025 18:25:58 -0500 Subject: [PATCH] 4.6.0 --- app/Config/Kint.php | 2 +- composer.json | 2 +- composer.lock | 44 ++++++++++++++++++++++---------------------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/app/Config/Kint.php b/app/Config/Kint.php index 036020d..a39f851 100644 --- a/app/Config/Kint.php +++ b/app/Config/Kint.php @@ -35,7 +35,7 @@ class Kint extends BaseConfig */ public $richTheme = 'aante-light.css'; public $richFolder = false; - public $richSort = AbstractRenderer::SORT_FULL; + // public $richSort = AbstractRenderer::SORT_FULL; public $richObjectPlugins; public $richTabPlugins; diff --git a/composer.json b/composer.json index 1c12d39..15eee76 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": "^8.1", - "codeigniter4/framework": "^4.5", + "codeigniter4/framework": "^4.6", "friendsofphp/php-cs-fixer": "^3.66", "nexusphp/cs-config": "^3.24", "nikic/php-parser": "^5.4", diff --git a/composer.lock b/composer.lock index 704ae6a..2b45680 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": "40af89c80fb521f3b8246d249ccd5893", + "content-hash": "0abaae93d5ec457e25796655dc7b0399", "packages": [ { "name": "clue/ndjson-react", @@ -72,34 +72,34 @@ }, { "name": "codeigniter4/framework", - "version": "v4.5.8", + "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/codeigniter4/framework.git", - "reference": "80204755e06c4545144abda345116fe98dd5b559" + "reference": "96a1e603b9a0f022b0febb2e249eab6971a7e0d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codeigniter4/framework/zipball/80204755e06c4545144abda345116fe98dd5b559", - "reference": "80204755e06c4545144abda345116fe98dd5b559", + "url": "https://api.github.com/repos/codeigniter4/framework/zipball/96a1e603b9a0f022b0febb2e249eab6971a7e0d5", + "reference": "96a1e603b9a0f022b0febb2e249eab6971a7e0d5", "shasum": "" }, "require": { "ext-intl": "*", "ext-mbstring": "*", - "laminas/laminas-escaper": "^2.13", + "laminas/laminas-escaper": "^2.14", "php": "^8.1", "psr/log": "^3.0" }, "require-dev": { "codeigniter/coding-standard": "^1.7", - "fakerphp/faker": "^1.9", + "fakerphp/faker": "^1.24", "friendsofphp/php-cs-fixer": "^3.47.1", - "kint-php/kint": "^5.0.4", - "mikey179/vfsstream": "^1.6", + "kint-php/kint": "^6.0", + "mikey179/vfsstream": "^1.6.12", "nexusphp/cs-config": "^3.6", "phpunit/phpunit": "^10.5.16 || ^11.2", - "predis/predis": "^1.1 || ^2.0" + "predis/predis": "^1.1 || ^2.3" }, "suggest": { "ext-curl": "If you use CURLRequest class", @@ -142,7 +142,7 @@ "slack": "https://codeigniterchat.slack.com", "source": "https://github.com/codeigniter4/CodeIgniter4" }, - "time": "2025-01-19T16:13:02+00:00" + "time": "2025-01-19T18:31:34+00:00" }, { "name": "composer/pcre", @@ -583,33 +583,33 @@ }, { "name": "laminas/laminas-escaper", - "version": "2.13.0", + "version": "2.15.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba" + "reference": "c612b0488ae486284c39885efca494c180f16351" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba", - "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/c612b0488ae486284c39885efca494c180f16351", + "reference": "c612b0488ae486284c39885efca494c180f16351", "shasum": "" }, "require": { "ext-ctype": "*", "ext-mbstring": "*", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "require-dev": { - "infection/infection": "^0.27.0", - "laminas/laminas-coding-standard": "~2.5.0", + "infection/infection": "^0.27.11", + "laminas/laminas-coding-standard": "~3.0.1", "maglnet/composer-require-checker": "^3.8.0", - "phpunit/phpunit": "^9.6.7", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.9" + "phpunit/phpunit": "^9.6.22", + "psalm/plugin-phpunit": "^0.19.0", + "vimeo/psalm": "^5.26.1" }, "type": "library", "autoload": { @@ -641,7 +641,7 @@ "type": "community_bridge" } ], - "time": "2023-10-10T08:35:13+00:00" + "time": "2024-12-17T19:39:54+00:00" }, { "name": "nexusphp/cs-config",