Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chiiya committed Mar 8, 2024
1 parent 2ef6068 commit 51562f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": "^8.1",
"chiiya/code-style-php": "^2.13",
"chiiya/code-style-php": "^2.18.0",
"illuminate/contracts": "^9.0|^10.0",
"larastan/larastan": "^2.8",
"phpro/grumphp": "^2.0",
"spatie/laravel-package-tools": "^1.14",
"tightenco/tlint": "^8.0"
"larastan/larastan": "^2.9",
"phpro/grumphp": "^2.5",
"spatie/laravel-package-tools": "^1.16",
"tightenco/tlint": "^9.2"
},
"require-dev": {
"nunomaduro/collision": "^6.0|^7.0",
Expand Down
2 changes: 0 additions & 2 deletions src/TLintPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use Tighten\TLint\Linters\RequestValidation;
use Tighten\TLint\Linters\SpaceAfterBladeDirectives;
use Tighten\TLint\Linters\SpacesAroundBladeRenderContent;
use Tighten\TLint\Linters\UseAuthHelperOverFacade;
use Tighten\TLint\Presets\PresetInterface;

class TLintPreset implements PresetInterface
Expand All @@ -36,7 +35,6 @@ public function getLinters(): array
RequestValidation::class,
SpaceAfterBladeDirectives::class,
SpacesAroundBladeRenderContent::class,
UseAuthHelperOverFacade::class,
NoJsonDirective::class,
];
}
Expand Down

0 comments on commit 51562f3

Please sign in to comment.