Skip to content

Commit

Permalink
initial work for Filament v3
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Mar 31, 2023
1 parent e4e52a2 commit d467991
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 103 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@
/UPGRADING.md export-ignore
/phpstan.neon.dist export-ignore
/phpstan-baseline.neon export-ignore
/images export-ignore
/package-lock.json export-ignore
/.idea export-ignore
/images export-ignore
/.prettierrc export-ignore
/.package-lock.json export-ignore
/package.json export-ignore
/postcss.config.js export-ignore
/tailwind.config.js export-ignore
/pint.json export-ignore
/phpunit.xml.dist export-ignore
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
],
"require": {
"php": "^8.0",
"filament/filament": "^2.0",
"spatie/laravel-package-tools": "^1.13.5",
"illuminate/contracts": "^9.0|^10.0"
"filament/filament": "^3.0",
"spatie/laravel-package-tools": "^1.13.5"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down Expand Up @@ -68,6 +67,6 @@
}
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true
}
2 changes: 1 addition & 1 deletion resources/dist/filament-table-repeater.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d467991

Please sign in to comment.