File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
src/Test/Functional/Acceptance Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " magento/magento-cloud-patches" ,
3
3
"description" : " Provides critical fixes for Magento 2 Enterprise Edition" ,
4
4
"type" : " magento2-component" ,
5
- "version" : " 1.0.9 " ,
5
+ "version" : " 1.0.10 " ,
6
6
"license" : " OSL-3.0" ,
7
7
"require" : {
8
8
"php" : " ^7.0" ,
9
9
"ext-json" : " *" ,
10
10
"composer/composer" : " @stable" ,
11
- "composer/semver" : " ^1.5" ,
11
+ "composer/semver" : " ^1.5||^2.0||^3.0 " ,
12
12
"symfony/config" : " ^3.3||^4.4||^5.1" ,
13
13
"symfony/console" : " ^2.6||^4.0||^5.1" ,
14
14
"symfony/dependency-injection" : " ^3.3||^4.3||^5.1" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,10 @@ protected function patchesDataProvider(): array
24
24
['templateVersion ' => '2.3.4 ' , 'magentoVersion ' => '2.3.4-p2 ' ],
25
25
['templateVersion ' => '2.3.5 ' , 'magentoVersion ' => '2.3.5 ' ],
26
26
['templateVersion ' => '2.3.5 ' , 'magentoVersion ' => '2.3.5-p1 ' ],
27
+ ['templateVersion ' => '2.3.5 ' , 'magentoVersion ' => '2.3.5-p2 ' ],
27
28
['templateVersion ' => '2.3.6 ' , 'magentoVersion ' => '2.3.6 ' ],
29
+ ['templateVersion ' => '2.3.6 ' , 'magentoVersion ' => '2.3.6-p1 ' ],
30
+ ['templateVersion ' => '2.3.6 ' , 'magentoVersion ' => '2.3.7 ' ],
28
31
['templateVersion ' => '2.4.0 ' , 'magentoVersion ' => '2.4.0 ' ],
29
32
];
30
33
}
Original file line number Diff line number Diff line change @@ -51,7 +51,10 @@ protected function patchesDataProvider(): array
51
51
return [
52
52
['templateVersion ' => '2.4.0 ' , 'magentoVersion ' => '2.4.0 ' ],
53
53
['templateVersion ' => '2.4.0 ' , 'magentoVersion ' => '2.4.0-p1 ' ],
54
- ['templateVersion ' => '2.4.1 ' ],
54
+ ['templateVersion ' => '2.4.1 ' , 'magentoVersion ' => '2.4.1 ' ],
55
+ ['templateVersion ' => '2.4.1 ' , 'magentoVersion ' => '2.4.1-p1 ' ],
56
+ ['templateVersion ' => '2.4.2 ' , 'magentoVersion ' => '2.4.2 ' ],
57
+ ['templateVersion ' => '2.4.2 ' , 'magentoVersion ' => '2.4.2-p1 ' ],
55
58
['templateVersion ' => 'master ' ],
56
59
];
57
60
}
You can’t perform that action at this time.
0 commit comments