Skip to content

Commit 190b379

Browse files
committed
MAGETWO-35141: Sequence component pull request processing
1 parent 49bce41 commit 190b379

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

app/code/Magento/Sales/composer.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/module-store": "0.74.0-beta1",
7-
"magento/module-catalog": "0.74.0-beta1",
8-
"magento/module-customer": "0.74.0-beta1",
9-
"magento/module-authorization": "0.74.0-beta1",
10-
"magento/module-payment": "0.74.0-beta1",
11-
"magento/module-checkout": "0.74.0-beta1",
12-
"magento/module-theme": "0.74.0-beta1",
13-
"magento/module-sales-rule": "0.74.0-beta1",
14-
"magento/module-sales-sequence": "0.74.0-beta1",
15-
"magento/module-backend": "0.74.0-beta1",
16-
"magento/module-widget": "0.74.0-beta1",
17-
"magento/module-directory": "0.74.0-beta1",
18-
"magento/module-eav": "0.74.0-beta1",
19-
"magento/module-tax": "0.74.0-beta1",
20-
"magento/module-gift-message": "0.74.0-beta1",
21-
"magento/module-reports": "0.74.0-beta1",
22-
"magento/module-catalog-inventory": "0.74.0-beta1",
23-
"magento/module-wishlist": "0.74.0-beta1",
24-
"magento/module-email": "0.74.0-beta1",
25-
"magento/module-shipping": "0.74.0-beta1",
26-
"magento/module-config": "0.74.0-beta1",
27-
"magento/module-media-storage": "0.74.0-beta1",
28-
"magento/framework": "0.74.0-beta1",
29-
"magento/module-ui": "0.74.0-beta1",
30-
"magento/module-quote": "0.74.0-beta1",
6+
"magento/module-store": "0.74.0-beta2",
7+
"magento/module-catalog": "0.74.0-beta2",
8+
"magento/module-customer": "0.74.0-beta2",
9+
"magento/module-authorization": "0.74.0-beta2",
10+
"magento/module-payment": "0.74.0-beta2",
11+
"magento/module-checkout": "0.74.0-beta2",
12+
"magento/module-theme": "0.74.0-beta2",
13+
"magento/module-sales-rule": "0.74.0-beta2",
14+
"magento/module-sales-sequence": "0.74.0-beta2",
15+
"magento/module-backend": "0.74.0-beta2",
16+
"magento/module-widget": "0.74.0-beta2",
17+
"magento/module-directory": "0.74.0-beta2",
18+
"magento/module-eav": "0.74.0-beta2",
19+
"magento/module-tax": "0.74.0-beta2",
20+
"magento/module-gift-message": "0.74.0-beta2",
21+
"magento/module-reports": "0.74.0-beta2",
22+
"magento/module-catalog-inventory": "0.74.0-beta2",
23+
"magento/module-wishlist": "0.74.0-beta2",
24+
"magento/module-email": "0.74.0-beta2",
25+
"magento/module-shipping": "0.74.0-beta2",
26+
"magento/module-config": "0.74.0-beta2",
27+
"magento/module-media-storage": "0.74.0-beta2",
28+
"magento/framework": "0.74.0-beta2",
29+
"magento/module-ui": "0.74.0-beta2",
30+
"magento/module-quote": "0.74.0-beta2",
3131
"magento/magento-composer-installer": "*"
3232
},
3333
"type": "magento2-module",
34-
"version": "0.74.0-beta1",
34+
"version": "0.74.0-beta2",
3535
"license": [
3636
"OSL-3.0",
3737
"AFL-3.0"

app/code/Magento/SalesSequence/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.5.0|~5.6.0",
6-
"magento/framework": "0.74.0-beta1",
7-
"magento/magento-composer-installer": "0.74.0-beta1"
6+
"magento/framework": "0.74.0-beta2",
7+
"magento/magento-composer-installer": "0.74.0-beta2"
88
},
99
"type": "magento2-module",
10-
"version": "0.74.0-beta1",
10+
"version": "0.74.0-beta2",
1111
"license": [
1212
"OSL-3.0",
1313
"AFL-3.0"

dev/tests/integration/testsuite/Magento/Store/_files/second_store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
\Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get(
3232
'Magento\Store\Model\StoreManagerInterface'
3333
)->reinitStores();
34-
}
34+
}

dev/tests/integration/testsuite/Magento/Store/_files/store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
]
1919
);
2020
$store->save();
21-
}
21+
}

0 commit comments

Comments
 (0)