From 14f036f834ae0cee39798bfab389dbf28958e81c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:55:38 +0000 Subject: [PATCH 1/2] chore(deps): bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.3.1 to 2.4. - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases) - [Commits](https://github.com/aglipanci/laravel-pint-action/compare/2.3.1...2.4) --- updated-dependencies: - dependency-name: aglipanci/laravel-pint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fix-php-code-style-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-php-code-style-issues.yml b/.github/workflows/fix-php-code-style-issues.yml index 2067a66..756a961 100644 --- a/.github/workflows/fix-php-code-style-issues.yml +++ b/.github/workflows/fix-php-code-style-issues.yml @@ -19,7 +19,7 @@ jobs: ref: ${{ github.head_ref }} - name: Fix PHP code style issues - uses: aglipanci/laravel-pint-action@2.3.1 + uses: aglipanci/laravel-pint-action@2.4 - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v5 From 24dfa388774fca344057b2d6f4c7e88e96db7f4a Mon Sep 17 00:00:00 2001 From: Maarten Paauw Date: Sat, 20 Apr 2024 21:45:26 +0200 Subject: [PATCH 2/2] Add `filamentphp` as default Composer keyword This way, we can easily filter packages at packagist.org specific for Filament PHP. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index bb6be65..2c771d9 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "keywords": [ ":vendor_name", "laravel", + "filamentphp", ":package_slug" ], "homepage": "https://github.com/:vendor_slug/:package_slug",