From 21e6067ab3e394efcc55f66b24b11c7d37dd86b4 Mon Sep 17 00:00:00 2001 From: inmanturbo Date: Tue, 30 Jan 2024 16:22:25 +0000 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5f9d7..9c1e72d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ # Changelog All notable changes to `laravel-jetstream-passport` will be documented in this file. + +## v0.3.0 - 2024-01-30 + +### What's Changed + +* Update composer.json by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/2 +* Update composer.json by @inmanturbo in https://github.com/headerx/laravel-jetstream-passport/pull/3 + +**Full Changelog**: https://github.com/headerx/laravel-jetstream-passport/compare/v0.2...v0.3.0 From 3534cc61f8723fde8a60dfd6f902c529989e68db Mon Sep 17 00:00:00 2001 From: = Date: Tue, 30 Jan 2024 11:26:31 -0500 Subject: [PATCH 2/2] work in progress --- .github/workflows/phpstan.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/phpstan.yml diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml deleted file mode 100644 index af21e45..0000000 --- a/.github/workflows/phpstan.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: PHPStan - -on: - push: - paths: - - '**.php' - - 'phpstan.neon.dist' - - '.github/workflows/phpstan.yml' - -jobs: - phpstan: - name: phpstan - runs-on: ubuntu-latest - timeout-minutes: 5 - steps: - - uses: actions/checkout@v4 - - - name: Setup PHP - uses: shivammathur/setup-php@v2 - with: - php-version: '8.1' - coverage: none - - - name: Install composer dependencies - uses: ramsey/composer-install@v2 - - - name: Run PHPStan - run: ./vendor/bin/phpstan --error-format=github