Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bakeiro authored Feb 12, 2020
1 parent 742da1c commit 0cfcc27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
},
"scripts": {
"post-create-project-cmd": [
"php -r \"require_once('./post-install.php'); \""
"php -r \"require_once('./post-install.php'); \"",
"php -r \"unlink('./post-install.php'); \"",
"@solve-lint"
],
"lint": [
"phpcs --encoding=utf-8 -n -s --colors --standard=PSR1,PSR2,PEAR --exclude=PEAR.Commenting.ClassComment,PEAR.Commenting.FileComment --ignore=src/view/*,system/composer/*,system/writable/*,system/tests/* ./ "
Expand Down

0 comments on commit 0cfcc27

Please sign in to comment.