Skip to content

Commit 6a58383

Browse files
committed
Merge branch 'main' of https://github.com/icetalker/filament-stepper into main
2 parents 832a5f5 + 5d519d6 commit 6a58383

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v1.3.6
16+
uses: dependabot/fetch-metadata@v1.6.0
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
"test-coverage": "vendor/bin/pest --coverage"
4747
},
4848
"config": {
49-
"sort-packages": true
49+
"sort-packages": true,
50+
"allow-plugins": {
51+
"pestphp/pest-plugin": true
52+
}
5053
},
5154
"extra": {
5255
"laravel": {
@@ -60,4 +63,4 @@
6063
},
6164
"minimum-stability": "dev",
6265
"prefer-stable": true
63-
}
66+
}

0 commit comments

Comments
 (0)