From 5b0bb9513e355be50b6af93ccc6a5086ff8075f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:33:49 +0000 Subject: [PATCH] Bump spatie/invade from 1.1.1 to 2.0.0 Bumps [spatie/invade](https://github.com/spatie/invade) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/spatie/invade/releases) - [Changelog](https://github.com/spatie/invade/blob/main/CHANGELOG.md) - [Commits](https://github.com/spatie/invade/compare/1.1.1...2.0.0) --- updated-dependencies: - dependency-name: spatie/invade dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 21 +++++++-------------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 5f298ae5..3f7e085f 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^10.4", - "spatie/invade": "^1.1", + "spatie/invade": "^2.0", "spatie/laravel-ignition": "^2.3", "vaimo/composer-patches": "^5.1" }, diff --git a/composer.lock b/composer.lock index b80d4bd7..677659d9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3ea333cf8278c5900fa10b5bec1218d1", + "content-hash": "c9b5ac1a7ba3fc172a733e8996f8bca5", "packages": [ { "name": "aws/aws-crt-php", @@ -11383,16 +11383,16 @@ }, { "name": "spatie/invade", - "version": "1.1.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/spatie/invade.git", - "reference": "d0a9c895a96152549d478a7e3420e19039eef038" + "reference": "7b20a25486de69198e402da20dc924d8bcc8024a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/invade/zipball/d0a9c895a96152549d478a7e3420e19039eef038", - "reference": "d0a9c895a96152549d478a7e3420e19039eef038", + "url": "https://api.github.com/repos/spatie/invade/zipball/7b20a25486de69198e402da20dc924d8bcc8024a", + "reference": "7b20a25486de69198e402da20dc924d8bcc8024a", "shasum": "" }, "require": { @@ -11404,13 +11404,6 @@ "spatie/ray": "^1.28" }, "type": "library", - "extra": { - "phpstan": { - "includes": [ - "phpstan-extension.neon" - ] - } - }, "autoload": { "files": [ "src/functions.php" @@ -11437,7 +11430,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/invade/tree/1.1.1" + "source": "https://github.com/spatie/invade/tree/2.0.0" }, "funding": [ { @@ -11445,7 +11438,7 @@ "type": "github" } ], - "time": "2022-07-05T09:31:00+00:00" + "time": "2023-07-19T18:55:36+00:00" }, { "name": "spatie/laravel-ignition",