mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
Merge pull request #63 from maartenpaauw/patch-1
Add `filamentphp` as default Composer keyword
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user