Skip to content

Commit

Permalink
fixed scripts option in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Athlon1600 committed May 13, 2015
1 parent c7c378f commit f8b27ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"require": {
"athlon1600/php-proxy": "@dev"
},
"post-create-project-cmd": [
"php -f setup.txt"
]
"scripts": {
"post-create-project-cmd": [
"php -f setup.txt"
]
}
}

0 comments on commit f8b27ee

Please sign in to comment.