diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1e72d..42d4997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to `laravel-jetstream-passport` will be documented in this file. +## v0.30 - 2024-01-30 + +### What's Changed + +* Main by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/5 +* remove broken badges by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/6 + +**Full Changelog**: https://github.com/headerx/laravel-jetstream-passport/compare/v0.3.0...v0.30 + ## v0.3.0 - 2024-01-30 ### What's Changed diff --git a/composer.json b/composer.json index 1fdcf18..26aba34 100644 --- a/composer.json +++ b/composer.json @@ -69,6 +69,7 @@ "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, + "pestphp/pest-plugin-arch": true, "phpstan/extension-installer": true } }, diff --git a/tests/ArchTest.php b/tests/ArchTest.php deleted file mode 100644 index 87fb64c..0000000 --- a/tests/ArchTest.php +++ /dev/null @@ -1,5 +0,0 @@ -expect(['dd', 'dump', 'ray']) - ->each->not->toBeUsed();