Skip to content

Commit 728263c

Browse files
authored
Merge pull request #28 from lara-zeus/filament-4
filament 4
2 parents f202c12 + 498f616 commit 728263c

File tree

6 files changed

+4028
-1912
lines changed

6 files changed

+4028
-1912
lines changed

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414
with:
15-
ref: 3.x
15+
ref: 4.x
1616

1717
- name: Update Changelog
1818
uses: stefanzweifel/changelog-updater-action@v1
@@ -23,6 +23,6 @@ jobs:
2323
- name: Commit updated CHANGELOG
2424
uses: stefanzweifel/git-auto-commit-action@v5
2525
with:
26-
branch: 3.x
26+
branch: 4.x
2727
commit_message: Update CHANGELOG
2828
file_pattern: CHANGELOG.md

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@
3535
"spatie/laravel-package-tools": "^1.16"
3636
},
3737
"require-dev": {
38-
"nunomaduro/collision": "^7.0",
38+
"roave/security-advisories": "dev-latest",
3939
"laravel/pint": "^1.0",
40-
"larastan/larastan": "^2.2",
41-
"orchestra/testbench": "^8.0",
40+
"nunomaduro/collision": "^8.0",
41+
"larastan/larastan": "^3.0",
42+
"orchestra/testbench": "^10.0",
4243
"phpstan/extension-installer": "^1.4",
4344
"phpstan/phpstan": "^2.1",
4445
"phpstan/phpstan-deprecation-rules": "^2.0",

0 commit comments

Comments
 (0)