Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
startupz committed Mar 1, 2016
1 parent 0640eba commit 7d932f4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "OroCRM Package, FullContact API for Contact entities",
"homepage": "https://github.com/synolia/SynoFullContactBundle.git",
"license": "OSL-3.0",
"keywords": ["Synolia", "FullContact", "Integration"],
"authors": [{
"name": "Synolia",
"homepage": "http://www.synolia.com"
Expand All @@ -14,9 +15,13 @@
},
"target-dir": "src/Synolia/Bundle/FullContactBundle",
"require": {
"php": ">=5.4.4",
"oro/platform": "1.*",
"oro/crm": "1.*"
"oro/crm": ">=1.9"
},
"minimum-stability": "stable"
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}

0 comments on commit 7d932f4

Please sign in to comment.