From 5b6bc1e0741cf74cde79d6881f193b0b3f71718b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:12:52 +0000 Subject: [PATCH] Bump yassinedoghri/php-icons from 1.1.0 to 1.2.0 Bumps [yassinedoghri/php-icons](https://github.com/yassinedoghri/php-icons) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/yassinedoghri/php-icons/releases) - [Changelog](https://github.com/yassinedoghri/php-icons/blob/develop/CHANGELOG.md) - [Commits](https://github.com/yassinedoghri/php-icons/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: yassinedoghri/php-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index b59394c6f..ed55490ca 100644 --- a/composer.lock +++ b/composer.lock @@ -1998,16 +1998,16 @@ }, { "name": "yassinedoghri/php-icons", - "version": "v1.1.0", + "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/yassinedoghri/php-icons.git", - "reference": "25530661989860a225f13b6c92c1ee1d2784f9d1" + "reference": "87ff8cbb0145965d8dfa6d10f8d370650cf4e569" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yassinedoghri/php-icons/zipball/25530661989860a225f13b6c92c1ee1d2784f9d1", - "reference": "25530661989860a225f13b6c92c1ee1d2784f9d1", + "url": "https://api.github.com/repos/yassinedoghri/php-icons/zipball/87ff8cbb0145965d8dfa6d10f8d370650cf4e569", + "reference": "87ff8cbb0145965d8dfa6d10f8d370650cf4e569", "shasum": "" }, "require": { @@ -2017,10 +2017,10 @@ }, "require-dev": { "kint-php/kint": "^5.1.1", - "pestphp/pest": "^3.3.0", - "pestphp/pest-plugin-type-coverage": "^3.1.0", - "phpstan/phpstan": "^1.12.6", - "rector/rector": "^1.2.6", + "pestphp/pest": "v3.5.1", + "pestphp/pest-plugin-type-coverage": "^v3.1.0", + "phpstan/phpstan": "^1.12.7", + "rector/rector": "^1.2.8", "symplify/coding-standard": "^12.2.3", "symplify/easy-coding-standard": "^12.3.6" }, @@ -2030,6 +2030,7 @@ "type": "library", "autoload": { "files": [ + "src/functions.php", "src/Console/helpers.php" ], "psr-4": { @@ -2051,9 +2052,9 @@ "description": "A PHP library based on iconify's API to download and render svg icons from popular open source icon sets.", "support": { "issues": "https://github.com/yassinedoghri/php-icons/issues", - "source": "https://github.com/yassinedoghri/php-icons/tree/v1.1.0" + "source": "https://github.com/yassinedoghri/php-icons/tree/v1.2.0" }, - "time": "2024-10-07T12:38:01+00:00" + "time": "2024-11-06T11:12:15+00:00" }, { "name": "ypho/scryfall",