From 223cc4d80a58a2a3cc05af6e273f6bcf458e7fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 20:04:49 +0000 Subject: [PATCH] chore(deps): bump codeigniter4/framework from 4.2.0 to 4.2.11 in /dev Bumps [codeigniter4/framework](https://github.com/codeigniter4/framework) from 4.2.0 to 4.2.11. - [Release notes](https://github.com/codeigniter4/framework/releases) - [Commits](https://github.com/codeigniter4/framework/compare/v4.2.0...v4.2.11) --- updated-dependencies: - dependency-name: codeigniter4/framework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev/composer.lock | 70 +++++++++++++++++++++++++++++------------------ 1 file changed, 43 insertions(+), 27 deletions(-) diff --git a/dev/composer.lock b/dev/composer.lock index 9892a4e..89b3067 100644 --- a/dev/composer.lock +++ b/dev/composer.lock @@ -56,39 +56,55 @@ }, { "name": "codeigniter4/framework", - "version": "v4.2.0", + "version": "v4.2.11", "source": { "type": "git", "url": "https://github.com/codeigniter4/framework.git", - "reference": "29f0e9eb2442eba41f4e9832b6695c7584e096e0" + "reference": "543dd5e5d3cadee764962712de29458b5524dd24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codeigniter4/framework/zipball/29f0e9eb2442eba41f4e9832b6695c7584e096e0", - "reference": "29f0e9eb2442eba41f4e9832b6695c7584e096e0", + "url": "https://api.github.com/repos/codeigniter4/framework/zipball/543dd5e5d3cadee764962712de29458b5524dd24", + "reference": "543dd5e5d3cadee764962712de29458b5524dd24", "shasum": "" }, "require": { - "ext-curl": "*", "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*", - "kint-php/kint": "^4.1.1", + "kint-php/kint": "^4.2", "laminas/laminas-escaper": "^2.9", "php": "^7.4 || ^8.0", "psr/log": "^1.1" }, "require-dev": { - "codeigniter/coding-standard": "^1.1", + "codeigniter/coding-standard": "^1.5", "fakerphp/faker": "^1.9", - "friendsofphp/php-cs-fixer": "3.6.*", + "friendsofphp/php-cs-fixer": "3.13.0", "mikey179/vfsstream": "^1.6", - "nexusphp/cs-config": "^3.3", + "nexusphp/cs-config": "^3.6", "phpunit/phpunit": "^9.1", - "predis/predis": "^1.1" + "predis/predis": "^1.1 || ^2.0" }, "suggest": { - "ext-fileinfo": "Improves mime type detection for files" + "ext-curl": "If you use CURLRequest class", + "ext-dom": "If you use TestResponse", + "ext-exif": "If you run Image class tests", + "ext-fileinfo": "Improves mime type detection for files", + "ext-gd": "If you use Image class GDHandler", + "ext-imagick": "If you use Image class ImageMagickHandler", + "ext-libxml": "If you use TestResponse", + "ext-memcache": "If you use Cache class MemcachedHandler with Memcache", + "ext-memcached": "If you use Cache class MemcachedHandler with Memcached", + "ext-mysqli": "If you use MySQL", + "ext-oci8": "If you use Oracle Database", + "ext-pgsql": "If you use PostgreSQL", + "ext-readline": "Improves CLI::input() usability", + "ext-redis": "If you use Cache class RedisHandler", + "ext-simplexml": "If you format XML", + "ext-sqlite3": "If you use SQLite3", + "ext-sqlsrv": "If you use SQL Server", + "ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()" }, "type": "project", "autoload": { @@ -106,11 +122,11 @@ "description": "The CodeIgniter framework v4", "homepage": "https://codeigniter.com", "support": { - "forum": "http://forum.codeigniter.com/", + "forum": "https://forum.codeigniter.com/", "slack": "https://codeigniterchat.slack.com", "source": "https://github.com/codeigniter4/CodeIgniter4" }, - "time": "2022-06-03T14:04:14+00:00" + "time": "2022-12-22T02:49:45+00:00" }, { "name": "composer/semver", @@ -195,16 +211,16 @@ }, { "name": "kint-php/kint", - "version": "4.1.2", + "version": "4.2.3", "source": { "type": "git", "url": "https://github.com/kint-php/kint.git", - "reference": "fa53c4333cda79dc9cb002cfa029abe994d0ae00" + "reference": "7601bfd95ccc50a1b903c2764b31d00919e8edd9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kint-php/kint/zipball/fa53c4333cda79dc9cb002cfa029abe994d0ae00", - "reference": "fa53c4333cda79dc9cb002cfa029abe994d0ae00", + "url": "https://api.github.com/repos/kint-php/kint/zipball/7601bfd95ccc50a1b903c2764b31d00919e8edd9", + "reference": "7601bfd95ccc50a1b903c2764b31d00919e8edd9", "shasum": "" }, "require": { @@ -254,9 +270,9 @@ ], "support": { "issues": "https://github.com/kint-php/kint/issues", - "source": "https://github.com/kint-php/kint/tree/4.1.2" + "source": "https://github.com/kint-php/kint/tree/4.2.3" }, - "time": "2022-02-22T20:32:24+00:00" + "time": "2022-10-01T20:16:33+00:00" }, { "name": "laminas/laminas-diactoros", @@ -359,32 +375,32 @@ }, { "name": "laminas/laminas-escaper", - "version": "2.10.0", + "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "58af67282db37d24e584a837a94ee55b9c7552be" + "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/58af67282db37d24e584a837a94ee55b9c7552be", - "reference": "58af67282db37d24e584a837a94ee55b9c7552be", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", + "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", "shasum": "" }, "require": { "ext-ctype": "*", "ext-mbstring": "*", - "php": "^7.4 || ~8.0.0 || ~8.1.0" + "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "require-dev": { "infection/infection": "^0.26.6", - "laminas/laminas-coding-standard": "~2.3.0", + "laminas/laminas-coding-standard": "~2.4.0", "maglnet/composer-require-checker": "^3.8.0", "phpunit/phpunit": "^9.5.18", - "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.22.0" }, "type": "library", @@ -417,7 +433,7 @@ "type": "community_bridge" } ], - "time": "2022-03-08T20:15:36+00:00" + "time": "2022-10-10T10:11:09+00:00" }, { "name": "nyholm/psr7",