diff --git a/composer.json b/composer.json index 4516fccc..ab7cc121 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "laravel/nova": "^4.0", "nova-kit/nova-packages-tool": "^1.3.1", "pion/laravel-chunk-upload": "^1.5", - "spatie/invade": "^1.1" + "spatie/invade": "^2.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.0.1", diff --git a/composer.lock b/composer.lock index 77297432..52471514 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": "7025f9873faf846767ae5832023bc149", + "content-hash": "1725330c1b434c650ad4978ede984d1e", "packages": [ { "name": "brick/math", @@ -3240,16 +3240,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": { @@ -3261,13 +3261,6 @@ "spatie/ray": "^1.28" }, "type": "library", - "extra": { - "phpstan": { - "includes": [ - "phpstan-extension.neon" - ] - } - }, "autoload": { "files": [ "src/functions.php" @@ -3294,7 +3287,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/invade/tree/1.1.1" + "source": "https://github.com/spatie/invade/tree/2.0.0" }, "funding": [ { @@ -3302,7 +3295,7 @@ "type": "github" } ], - "time": "2022-07-05T09:31:00+00:00" + "time": "2023-07-19T18:55:36+00:00" }, { "name": "spatie/once",