Skip to content

Commit 1b7c272

Browse files
committed
Merge branch 'main' into 3.x
2 parents 123b2a4 + 9708a51 commit 1b7c272

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

1515
- name: Dependabot metadata
1616
id: metadata
17-
uses: dependabot/fetch-metadata@v1.3.5
17+
uses: dependabot/fetch-metadata@v1.4.0
1818
with:
1919
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020

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

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

1515
- name: Fix PHP code style issues
16-
uses: aglipanci/laravel-pint-action@2.1.0
16+
uses: aglipanci/laravel-pint-action@2.2.0
1717

1818
- name: Commit changes
1919
uses: stefanzweifel/git-auto-commit-action@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"filament/forms": "^3.0",
2626
"filament/tables": "^3.0",
2727
"spatie/laravel-package-tools": "^1.13.5",
28-
"illuminate/contracts": "^9.0"
28+
"illuminate/contracts": "^9.0|^10.0"
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)