Merge branch 'main' into 3.x

This commit is contained in:
Zep Fietje
2023-04-26 09:58:39 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Dependabot metadata - name: Dependabot metadata
id: metadata id: metadata
uses: dependabot/fetch-metadata@v1.3.5 uses: dependabot/fetch-metadata@v1.4.0
with: with:
github-token: "${{ secrets.GITHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}"

View File

@@ -13,7 +13,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.1.0 uses: aglipanci/laravel-pint-action@2.2.0
- name: Commit changes - name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4

View File

@@ -25,7 +25,7 @@
"filament/forms": "^3.0", "filament/forms": "^3.0",
"filament/tables": "^3.0", "filament/tables": "^3.0",
"spatie/laravel-package-tools": "^1.13.5", "spatie/laravel-package-tools": "^1.13.5",
"illuminate/contracts": "^9.0" "illuminate/contracts": "^9.0|^10.0"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "^1.0", "laravel/pint": "^1.0",