Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Run tonik command after composer create-project
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Jul 1, 2017
1 parent f04897d commit b940037
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
},
"require-dev": {
"tonik/cli": "2.0.0-rc.2"
},
"scripts": {
"post-create-project-cmd": [
"php vendor/bin/tonik"
]
}
}

0 comments on commit b940037

Please sign in to comment.