Skip to content

Commit

Permalink
Reworked composer scripts for maximum compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfoell committed Oct 26, 2021
1 parent 1bf67c4 commit 7630626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
},
"scripts": {
"lint": "@php ./vendor/bin/phpcs -s"
"lint": "phpcs -s"
}
}

0 comments on commit 7630626

Please sign in to comment.