Skip to content

Commit ec33a05

Browse files
committed
BAP-13601: Actualize composer.json in packages and applications
- fixed composer versions for OroCommerce
1 parent cf35130 commit ec33a05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"oro/platform": "2.0.0",
14-
"oro/platform-serialised-fields": "2.0.0",
15-
"oro/calendar-bundle": "2.0.0",
16-
"oro/marketing": "2.0.0",
13+
"oro/platform": "2.0.*",
14+
"oro/platform-serialised-fields": "2.0.*",
15+
"oro/calendar-bundle": "2.0.*",
16+
"oro/marketing": "2.0.*",
1717
"box/spout": "2.3.*",
1818
"brick/math": "0.5.*",
1919
"myclabs/deep-copy": "1.5.*",
@@ -24,7 +24,7 @@
2424
},
2525
"extra": {
2626
"branch-alias": {
27-
"dev-master": "1.x-dev"
27+
"dev-master": "2.x-dev"
2828
}
2929
},
3030
"autoload": {

0 commit comments

Comments
 (0)