diff --git a/composer.lock b/composer.lock index 46746da680..5928f15a51 100644 --- a/composer.lock +++ b/composer.lock @@ -447,21 +447,21 @@ }, { "name": "joomla/filter", - "version": "1.3.5", + "version": "1.4.7", "source": { "type": "git", "url": "https://github.com/joomla-framework/filter.git", - "reference": "ee1d870b5c188056745e1dd3cece21522e2158b8" + "reference": "156c03c2cc620086ce12bd912f7a0b757884ddde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/filter/zipball/ee1d870b5c188056745e1dd3cece21522e2158b8", - "reference": "ee1d870b5c188056745e1dd3cece21522e2158b8", + "url": "https://api.github.com/repos/joomla-framework/filter/zipball/156c03c2cc620086ce12bd912f7a0b757884ddde", + "reference": "156c03c2cc620086ce12bd912f7a0b757884ddde", "shasum": "" }, "require": { "joomla/string": "~1.3|~2.0", - "php": "^5.3.10|~7.0" + "php": "^5.3.10|~7.0|^8.0" }, "require-dev": { "joomla/coding-standards": "~2.0@alpha", @@ -493,7 +493,21 @@ "framework", "joomla" ], - "time": "2018-05-26T15:48:53+00:00" + "support": { + "issues": "https://github.com/joomla-framework/filter/issues", + "source": "https://github.com/joomla-framework/filter/tree/1.4.7" + }, + "funding": [ + { + "url": "https://community.joomla.org/sponsorship-campaigns.html", + "type": "custom" + }, + { + "url": "https://github.com/joomla", + "type": "github" + } + ], + "time": "2024-08-20T15:36:53+00:00" }, { "name": "joomla/input", @@ -597,25 +611,25 @@ }, { "name": "joomla/string", - "version": "1.4.1", + "version": "1.4.6", "source": { "type": "git", "url": "https://github.com/joomla-framework/string.git", - "reference": "66363d317e6c020f30a70265c129281c77c43ca0" + "reference": "728ba9e39a8f1bd15b75ab878f57fa505184b8ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/joomla-framework/string/zipball/66363d317e6c020f30a70265c129281c77c43ca0", - "reference": "66363d317e6c020f30a70265c129281c77c43ca0", + "url": "https://api.github.com/repos/joomla-framework/string/zipball/728ba9e39a8f1bd15b75ab878f57fa505184b8ab", + "reference": "728ba9e39a8f1bd15b75ab878f57fa505184b8ab", "shasum": "" }, "require": { - "php": "^5.3.10|~7.0" + "php": "^5.3.10|^7.0|^8.0" }, "require-dev": { - "joomla/test": "~1.0", - "phpunit/phpunit": "~4.8|~5.0", - "squizlabs/php_codesniffer": "1.*" + "joomla/coding-standards": "^2.0@alpha", + "joomla/test": "^1.0", + "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0|^7.0|^8.0" }, "suggest": { "ext-mbstring": "For improved processing" @@ -627,9 +641,6 @@ } }, "autoload": { - "psr-4": { - "Joomla\\String\\": "src/" - }, "files": [ "src/phputf8/utf8.php", "src/phputf8/ord.php", @@ -646,11 +657,14 @@ "src/phputf8/ucwords.php", "src/phputf8/utils/ascii.php", "src/phputf8/utils/validation.php" - ] + ], + "psr-4": { + "Joomla\\String\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "description": "Joomla String Package", "homepage": "https://github.com/joomla-framework/string", @@ -659,7 +673,21 @@ "joomla", "string" ], - "time": "2016-12-10T18:13:42+00:00" + "support": { + "issues": "https://github.com/joomla-framework/string/issues", + "source": "https://github.com/joomla-framework/string/tree/1.4.6" + }, + "funding": [ + { + "url": "https://community.joomla.org/sponsorship-campaigns.html", + "type": "custom" + }, + { + "url": "https://github.com/joomla", + "type": "github" + } + ], + "time": "2022-01-25T15:16:52+00:00" }, { "name": "joomla/utilities", @@ -1035,6 +1063,6 @@ "platform": { "php": "^7.2" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" }