Skip to content

Commit

Permalink
BB-8942: Impossible to composer update in Commerce application
Browse files Browse the repository at this point in the history
 - fixed commerce application
 - changed packages dependencies to stable
  • Loading branch information
rgrebenchuk committed May 31, 2017
1 parent 2717939 commit 0f80e02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"oro/platform": "2.x-dev",
"oro/platform-serialised-fields": "2.x-dev",
"oro/calendar-bundle": "2.x-dev",
"oro/marketing": "2.x-dev",
"oro/customer-portal": "2.x-dev",
"oro/platform": "2.2.*",
"oro/platform-serialised-fields": "2.2.*",
"oro/calendar-bundle": "2.2.*",
"oro/marketing": "2.2.*",
"oro/customer-portal": "2.2.*",
"box/spout": "2.3.*",
"brick/math": "0.5.*",
"myclabs/deep-copy": "1.5.*",
Expand All @@ -26,7 +26,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "1.2.x-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 0f80e02

Please sign in to comment.