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 cf35130 commit ec33a05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"oro/platform": "2.0.0",
"oro/platform-serialised-fields": "2.0.0",
"oro/calendar-bundle": "2.0.0",
"oro/marketing": "2.0.0",
"oro/platform": "2.0.*",
"oro/platform-serialised-fields": "2.0.*",
"oro/calendar-bundle": "2.0.*",
"oro/marketing": "2.0.*",
"box/spout": "2.3.*",
"brick/math": "0.5.*",
"myclabs/deep-copy": "1.5.*",
Expand All @@ -24,7 +24,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-master": "2.x-dev"
}
},
"autoload": {
Expand Down

0 comments on commit ec33a05

Please sign in to comment.