Skip to content

Commit

Permalink
cherry-pick: Use a wider version requirement on thelia/installer for …
Browse files Browse the repository at this point in the history
…setup/ thelia#2005

Conflicts:
	setup/composer.json
  • Loading branch information
bcbrr authored and gillesbourgeat committed Apr 28, 2016
1 parent 1e7519e commit 292b0db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/composer.json
Expand Up @@ -2,8 +2,8 @@
"name": "thelia/setup",
"type": "thelia-local",
"require": {
"thelia/installer": "1.1",
"fzaninotto/faker": "1.5.x-dev"
"thelia/installer": "~1.1",
"fzaninotto/faker": "1.5.*"
},
"extra": {
"installer-name": "setup"
Expand Down

0 comments on commit 292b0db

Please sign in to comment.