Skip to content

Commit

Permalink
BAP-13601: Actualize composer.json in packages and applications
Browse files Browse the repository at this point in the history
 - fixed composer versions for OroCommerce
  • Loading branch information
rgrebenchuk committed Feb 10, 2017
1 parent 072900d commit 8bdc2cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
}
},
"require": {
"oro/crm": "2.0.0",
"oro/crm": "2.0.*",
"oro/commerce": "1.0.*"
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "2.x-dev"
}
}
}

0 comments on commit 8bdc2cc

Please sign in to comment.