Skip to content

Commit 8d41733

Browse files
committed
Add Composer script for linting PHP
1 parent eab3c9f commit 8d41733

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
},
2020
"require": {
2121
"nesbot/carbon": "^2.50"
22+
},
23+
"scripts": {
24+
"lint": "./vendor/bin/phpcs --standard=PSR12 ./src"
2225
}
2326
}

0 commit comments

Comments
 (0)