Skip to content

Commit 0898ba9

Browse files
committed
update deps
1 parent 6cb46b0 commit 0898ba9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^8.1",
19-
"filament/filament": "3.2.65",
19+
"filament/filament": "3.2.131",
2020
"flowframe/laravel-trend": "^0.1.5|^0.2",
2121
"illuminate/contracts": "^10.0|^11.0",
2222
"illuminate/database": "^10.0|^11.0",

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ parameters:
77
tmpDir: build/phpstan
88
checkOctaneCompatibility: true
99
checkModelProperties: true
10-
checkMissingIterableValueType: false
1110
reportUnmatchedIgnoredErrors: false
1211
ignoreErrors:
12+
- identifier: missingType.iterableValue
1313
- '#Method MailCarrier\\Resources\\(.*)\\Pages\\(.*)::getRecord\(\)(.*)#'
1414
- '#Unsafe usage of new static(.*)#'

resources/dist/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)