Skip to content

Commit

Permalink
Install pint
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmypuckett committed Mar 15, 2023
1 parent 024dcfb commit 9bc3178
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"illuminate/support": "~8|~9|~10"
},
"require-dev": {
"laravel/sail": "^1.21",
"mockery/mockery": "^1.5.1",
"phpunit/phpunit": "^9.6.5",
"psy/psysh": "^0.11.1",
Expand Down
6 changes: 6 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"preset": "laravel",
"rules": {
"no_superfluous_phpdoc_tags": true
}
}

0 comments on commit 9bc3178

Please sign in to comment.