File tree Expand file tree Collapse file tree 3 files changed +20
-21
lines changed
MagentoHackathon/Composer/FullStack/Regression Expand file tree Collapse file tree 3 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 11{
22 "repositories" : [
3- {
4- "type" : " composer" ,
5- "url" : " https://packages.firegento.com"
6- },
73 {
84 "type" : " artifact" ,
95 "url" : " ../artifact/"
6+ },
7+ {
8+ "type" : " composer" ,
9+ "url" : " https://packages.firegento.com"
1010 }
1111 ],
1212 "require" : {
Original file line number Diff line number Diff line change 11{
22 "repositories" : [
3+ {
4+ "type" : " artifact" ,
5+ "url" : " ../artifact/"
6+ },
37 {
48 "type" : " composer" ,
5- "canonical" : false ,
69 "url" : " https://packages.firegento.com"
710 },
811 {
912 "type" : " github" ,
1013 "canonical" : false ,
1114 "url" : " https://github.com/OpenMageModuleFostering/mage_all_latest"
12- },
13- {
14- "type" : " artifact" ,
15- "url" : " ../artifact/"
1615 }
1716 ],
1817 "extra" : {
Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ public function testIncludeRootPackageNotSet()
6767 "name": "test/module",
6868 "type": "magento-module",
6969 "repositories": [
70- {
71- "type": "composer",
72- "url": "https://packages.firegento.com"
73- },
7470 {
7571 "type": "artifact",
7672 "url": " $ this ->artifactDirectory /"
73+ },
74+ {
75+ "type": "composer",
76+ "url": "https://packages.firegento.com"
7777 }
7878 ],
7979 "require": {
@@ -108,13 +108,13 @@ public function testIncludeRootPackageIsFalse()
108108 "name": "test/module",
109109 "type": "magento-module",
110110 "repositories": [
111- {
112- "type": "composer",
113- "url": "https://packages.firegento.com"
114- },
115111 {
116112 "type": "artifact",
117113 "url": " $ this ->artifactDirectory /"
114+ },
115+ {
116+ "type": "composer",
117+ "url": "https://packages.firegento.com"
118118 }
119119 ],
120120 "require": {
@@ -150,13 +150,13 @@ public function testIncludeRootPackageIsTrue()
150150 "name": "test/module",
151151 "type": "magento-module",
152152 "repositories": [
153- {
154- "type": "composer",
155- "url": "https://packages.firegento.com"
156- },
157153 {
158154 "type": "artifact",
159155 "url": " $ this ->artifactDirectory /"
156+ },
157+ {
158+ "type": "composer",
159+ "url": "https://packages.firegento.com"
160160 }
161161 ],
162162 "require": {
You can’t perform that action at this time.
0 commit comments