Merge pull request #63 from maartenpaauw/patch-1

Add `filamentphp` as default Composer keyword
This commit is contained in:
Adam Weston
2024-09-10 08:57:12 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ jobs:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- name: Fix PHP code style issues - name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.3.1 uses: aglipanci/laravel-pint-action@2.4
- name: Commit changes - name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5

View File

@@ -4,6 +4,7 @@
"keywords": [ "keywords": [
":vendor_name", ":vendor_name",
"laravel", "laravel",
"filamentphp",
":package_slug" ":package_slug"
], ],
"homepage": "https://github.com/:vendor_slug/:package_slug", "homepage": "https://github.com/:vendor_slug/:package_slug",