From 987fd4925eef78195d71940f9584c6012b673811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 08:13:40 +0000 Subject: [PATCH] Bump illuminate/database from 6.0.2 to 6.19.1 in /php-framework-lumen Bumps [illuminate/database](https://github.com/illuminate/database) from 6.0.2 to 6.19.1. - [Commits](https://github.com/illuminate/database/compare/v6.0.2...v6.19.1) --- updated-dependencies: - dependency-name: illuminate/database dependency-version: 6.19.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- php-framework-lumen/composer.lock | 152 +++++++++++++++++++----------- 1 file changed, 97 insertions(+), 55 deletions(-) diff --git a/php-framework-lumen/composer.lock b/php-framework-lumen/composer.lock index 2d5da17..83fb699 100644 --- a/php-framework-lumen/composer.lock +++ b/php-framework-lumen/composer.lock @@ -77,33 +77,32 @@ }, { "name": "doctrine/inflector", - "version": "v1.3.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "5527a48b7313d15261292c149e55e26eae771b0a" + "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", - "reference": "5527a48b7313d15261292c149e55e26eae771b0a", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b", + "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^6.2" + "doctrine/coding-standard": "^12.0 || ^13.0", + "phpstan/phpstan": "^1.12 || ^2.0", + "phpstan/phpstan-phpunit": "^1.4 || ^2.0", + "phpstan/phpstan-strict-rules": "^1.6 || ^2.0", + "phpunit/phpunit": "^8.5 || ^12.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, "autoload": { "psr-4": { - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + "Doctrine\\Inflector\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -111,6 +110,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -119,10 +122,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -132,15 +131,39 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Common String Manipulations with regard to casing and singular/plural rules.", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", - "pluralize", - "singularize", - "string" + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" ], - "time": "2018-01-09T20:05:19+00:00" + "support": { + "issues": "https://github.com/doctrine/inflector/issues", + "source": "https://github.com/doctrine/inflector/tree/2.1.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", + "type": "tidelift" + } + ], + "time": "2025-08-10T19:31:58+00:00" }, { "name": "doctrine/lexer", @@ -611,28 +634,27 @@ }, { "name": "illuminate/container", - "version": "v6.0.2", + "version": "v6.19.1", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", - "reference": "ae5b4a82e5ae13f6779cbda9cea50d9761a7ca17" + "reference": "f62cdc2d6e1dd4070da44928f6814f1c4169603b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/container/zipball/ae5b4a82e5ae13f6779cbda9cea50d9761a7ca17", - "reference": "ae5b4a82e5ae13f6779cbda9cea50d9761a7ca17", + "url": "https://api.github.com/repos/illuminate/container/zipball/f62cdc2d6e1dd4070da44928f6814f1c4169603b", + "reference": "f62cdc2d6e1dd4070da44928f6814f1c4169603b", "shasum": "" }, "require": { "illuminate/contracts": "^6.0", - "illuminate/support": "^6.0", "php": "^7.2", "psr/container": "^1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0-dev" + "dev-master": "6.x-dev" } }, "autoload": { @@ -652,20 +674,24 @@ ], "description": "The Illuminate Container package.", "homepage": "https://laravel.com", - "time": "2019-08-20T14:05:59+00:00" + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2020-10-19T13:45:46+00:00" }, { "name": "illuminate/contracts", - "version": "v6.0.2", + "version": "v6.19.1", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "e5d7a6daa4beab3ec7c2d24679e213883a5fc09d" + "reference": "b6c967359f3461ac763da12d995c72358228ae34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/e5d7a6daa4beab3ec7c2d24679e213883a5fc09d", - "reference": "e5d7a6daa4beab3ec7c2d24679e213883a5fc09d", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/b6c967359f3461ac763da12d995c72358228ae34", + "reference": "b6c967359f3461ac763da12d995c72358228ae34", "shasum": "" }, "require": { @@ -676,7 +702,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0-dev" + "dev-master": "6.x-dev" } }, "autoload": { @@ -696,20 +722,24 @@ ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", - "time": "2019-08-24T15:24:36+00:00" + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2020-08-28T11:11:49+00:00" }, { "name": "illuminate/database", - "version": "v6.0.2", + "version": "v6.19.1", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", - "reference": "9a74afd03af4055090e41e7fa0ab40bc284b59e3" + "reference": "9d16d638a827fc7ecb3dda377d1fe786b2eb7f01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/database/zipball/9a74afd03af4055090e41e7fa0ab40bc284b59e3", - "reference": "9a74afd03af4055090e41e7fa0ab40bc284b59e3", + "url": "https://api.github.com/repos/illuminate/database/zipball/9d16d638a827fc7ecb3dda377d1fe786b2eb7f01", + "reference": "9d16d638a827fc7ecb3dda377d1fe786b2eb7f01", "shasum": "" }, "require": { @@ -721,16 +751,17 @@ }, "suggest": { "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", - "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", + "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).", "illuminate/console": "Required to use the database commands (^6.0).", "illuminate/events": "Required to use the observers with Eloquent (^6.0).", "illuminate/filesystem": "Required to use the migrations (^6.0).", - "illuminate/pagination": "Required to paginate the result set (^6.0)." + "illuminate/pagination": "Required to paginate the result set (^6.0).", + "symfony/finder": "Required to use Eloquent model factories (^4.3.4)." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0-dev" + "dev-master": "6.x-dev" } }, "autoload": { @@ -756,7 +787,11 @@ "orm", "sql" ], - "time": "2019-09-06T13:52:27+00:00" + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2020-10-19T13:45:46+00:00" }, { "name": "illuminate/encryption", @@ -1242,24 +1277,24 @@ }, { "name": "illuminate/support", - "version": "v6.0.2", + "version": "v6.19.1", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "64669342920e11fb91bd1af838e3d69dac525eae" + "reference": "6bdc454fcecbc4a07f708305c2f2ea4e79e6a80a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/64669342920e11fb91bd1af838e3d69dac525eae", - "reference": "64669342920e11fb91bd1af838e3d69dac525eae", + "url": "https://api.github.com/repos/illuminate/support/zipball/6bdc454fcecbc4a07f708305c2f2ea4e79e6a80a", + "reference": "6bdc454fcecbc4a07f708305c2f2ea4e79e6a80a", "shasum": "" }, "require": { - "doctrine/inflector": "^1.1", + "doctrine/inflector": "^1.4|^2.0", "ext-json": "*", "ext-mbstring": "*", "illuminate/contracts": "^6.0", - "nesbot/carbon": "^2.0", + "nesbot/carbon": "^2.31", "php": "^7.2" }, "conflict": { @@ -1276,16 +1311,16 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0-dev" + "dev-master": "6.x-dev" } }, "autoload": { - "psr-4": { - "Illuminate\\Support\\": "" - }, "files": [ "helpers.php" - ] + ], + "psr-4": { + "Illuminate\\Support\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1299,7 +1334,11 @@ ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", - "time": "2019-09-03T17:25:40+00:00" + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2020-10-19T13:45:46+00:00" }, { "name": "illuminate/translation", @@ -2066,6 +2105,9 @@ "psr-16", "simple-cache" ], + "support": { + "source": "https://github.com/php-fig/simple-cache/tree/master" + }, "time": "2017-10-23T01:57:42+00:00" }, {