Skip to content

Commit

Permalink
Update script name.
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Dec 14, 2014
1 parent 0d51a0a commit 624f488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"twig/twig": "~1.8"
},
"scripts": {
"doc": "sami.php update .sami.php; cd ./build/sami; git add .; git commit -m '`date`'; git push",
"lint": "php-cs-fixer fix --config-file .php-cs-fixer.php",
"test": "phpunit -c phpunit.xml.dist"
"sami": "sami.php update .sami.php; cd ./build/sami; git add .; git commit -m '`date`'; git push",
"php-cs-fixer": "php-cs-fixer fix --config-file .php-cs-fixer.php",
"phpunit": "phpunit -c phpunit.xml.dist"
},
"type": "library"
}

0 comments on commit 624f488

Please sign in to comment.