Skip to content

Commit 014913f

Browse files
authored
Merge pull request #63 from maartenpaauw/patch-1
Add `filamentphp` as default Composer keyword
2 parents 54a21c4 + 24dfa38 commit 014913f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ github.head_ref }}
2020

2121
- name: Fix PHP code style issues
22-
uses: aglipanci/laravel-pint-action@2.3.1
22+
uses: aglipanci/laravel-pint-action@2.4
2323

2424
- name: Commit changes
2525
uses: stefanzweifel/git-auto-commit-action@v5

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"keywords": [
55
":vendor_name",
66
"laravel",
7+
"filamentphp",
78
":package_slug"
89
],
910
"homepage": "https://github.com/:vendor_slug/:package_slug",

0 commit comments

Comments
 (0)