From 90d1374b904aa92d7a102eb068f3b3f171cd0af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:44:40 +0000 Subject: [PATCH] build(deps): bump andreiio/blade-remix-icon from 1.1.0 to 1.2.0 (#269) Bumps [andreiio/blade-remix-icon](https://github.com/andreiio/blade-remix-icon) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/andreiio/blade-remix-icon/releases) - [Commits](https://github.com/andreiio/blade-remix-icon/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: andreiio/blade-remix-icon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 74d6f865..9b4bc312 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "license": "MIT", "require": { "php": "^8.1", - "andreiio/blade-remix-icon": "^1.1", + "andreiio/blade-remix-icon": "^1.2", "archtechx/laravel-seo": "^0.6.0", "blade-ui-kit/blade-icons": "^1.5", "embed/embed": "^4.4", diff --git a/composer.lock b/composer.lock index 1b78dffe..4e630d16 100644 --- a/composer.lock +++ b/composer.lock @@ -4,28 +4,28 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "84d1fa63f6530fa4d3e54aba09cfe971", + "content-hash": "ae5e353c02ed8a4610854064a71a97cf", "packages": [ { "name": "andreiio/blade-remix-icon", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/andreiio/blade-remix-icon.git", - "reference": "b25796c992a7c9be674febceb3594d39fb6b9e96" + "reference": "f88ed4ed15ead76d33056c97cc156d94ae53fcb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/andreiio/blade-remix-icon/zipball/b25796c992a7c9be674febceb3594d39fb6b9e96", - "reference": "b25796c992a7c9be674febceb3594d39fb6b9e96", + "url": "https://api.github.com/repos/andreiio/blade-remix-icon/zipball/f88ed4ed15ead76d33056c97cc156d94ae53fcb3", + "reference": "f88ed4ed15ead76d33056c97cc156d94ae53fcb3", "shasum": "" }, "require": { "blade-ui-kit/blade-icons": "^1.0", - "php": "^7.4|^8.0" + "php": "^7.4|^8.0|^8.1" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0", + "orchestra/testbench": "^6.0|^7.0|^8.0", "phpunit/phpunit": "^9.0" }, "type": "library", @@ -54,15 +54,15 @@ "description": "A package to easily make use of Remix Icon in your Laravel Blade views.", "support": { "issues": "https://github.com/andreiio/blade-remix-icon/issues", - "source": "https://github.com/andreiio/blade-remix-icon/tree/1.1.0" + "source": "https://github.com/andreiio/blade-remix-icon/tree/1.2.0" }, "funding": [ { - "url": "https://github.com/andreiio", + "url": "https://github.com/code4romania", "type": "github" } ], - "time": "2022-01-20T12:54:02+00:00" + "time": "2023-02-20T11:49:32+00:00" }, { "name": "archtechx/laravel-seo",