Skip to content

Commit

Permalink
Fixing composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
andregavazzoni committed Feb 23, 2016
1 parent 4983233 commit 117697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module.exports = yeoman.generators.Base.extend({
installSymfony: function () {
var done = this.async();

this.spawnCommand('coamposer',
this.spawnCommand('composer',
['create-project', 'symfony/framework-standard-edition', this.props.appName, '-n'],
{cwd: this.appName}
)
Expand Down

0 comments on commit 117697b

Please sign in to comment.