Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Pass cms deps on suggest to correct travis
Browse files Browse the repository at this point in the history
As we don't have any tests yet, this make it easier to maintain
  • Loading branch information
Nicolas Bastien committed Feb 26, 2014
1 parent 9fd7402 commit b6a69aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"presta/cms-core-bundle": "1.*",
"presta/sonata-admin-extended-bundle": "1.*"
"php": ">=5.3.2"
},
"suggest": {
"presta/cms-core-bundle": "1.0.*@dev"
},
"autoload": {
"psr-0": { "Presta\\CMSFAQBundle": "" }
Expand Down

0 comments on commit b6a69aa

Please sign in to comment.