Skip to content

Commit 9bc3178

Browse files
committed
Install pint
1 parent 024dcfb commit 9bc3178

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"illuminate/support": "~8|~9|~10"
3030
},
3131
"require-dev": {
32+
"laravel/sail": "^1.21",
3233
"mockery/mockery": "^1.5.1",
3334
"phpunit/phpunit": "^9.6.5",
3435
"psy/psysh": "^0.11.1",

pint.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"preset": "laravel",
3+
"rules": {
4+
"no_superfluous_phpdoc_tags": true
5+
}
6+
}

0 commit comments

Comments
 (0)