Skip to content

Commit

Permalink
add phpstan and pint
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed May 9, 2024
1 parent 375b0d7 commit 24a7598
Show file tree
Hide file tree
Showing 4 changed files with 10,903 additions and 7 deletions.
Empty file added CHANGELOG.md
Empty file.
22 changes: 15 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
{
"name": "filament/spatie-laravel-translatable-plugin",
"name": "lara-zeus/translatable",
"description": "Filament support for `spatie/laravel-translatable`.",
"license": "MIT",
"homepage": "https://github.com/filamentphp/filament",
"homepage": "https://github.com/lara-zeus/translatable",
"support": {
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
"issues": "https://github.com/lara-zeus/translatable/issues",
"source": "https://github.com/lara-zeus/translatable"
},
"require": {
"php": "^8.1",
"filament/support": "self.version",
"illuminate/support": "^10.45|^11.0",
"filament/filament": "^3.0",
"spatie/laravel-translatable": "^6.0"
},
"require-dev": {
"larastan/larastan": "^2.0",
"laravel/pint": "^1.0",
"orchestra/testbench": "^8.0",
"phpstan/extension-installer": "^1.1"
},
"autoload": {
"psr-4": {
"Filament\\": "src"
Expand All @@ -26,7 +31,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
Loading

0 comments on commit 24a7598

Please sign in to comment.