File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 13
13
"symfony/cache" : " *" ,
14
14
"ecodev/graphql-upload" : " ^7.0.0" ,
15
15
"laminas/laminas-diactoros" : " ^3.5" ,
16
- "myclabs/php-enum" : " ^1.8"
16
+ "myclabs/php-enum" : " ^1.8" ,
17
+ "oxid-esales/oxideshop-ce" : " dev-b-7.3.x"
17
18
},
18
19
"require-dev" : {
19
20
"phpunit/phpunit" : " ^10.4" ,
20
21
"ext-xdebug" : " *" ,
21
- "oxid-esales/oxideshop-ce" : " dev-b-7.3.x" ,
22
22
"phpstan/phpstan" : " ^1.10" ,
23
23
"squizlabs/php_codesniffer" : " 3.*" ,
24
24
"phpmd/phpmd" : " ^2.11" ,
74
74
"oxid-esales/oxideshop-unified-namespace-generator" : true ,
75
75
"oxid-esales/oxideshop-composer-plugin" : true
76
76
}
77
+ },
78
+ "repositories" : {
79
+ "oxid-esales/oxideshop-pe" : {
80
+ "type" : " git" ,
81
+ "url" : " https://github.com/OXID-eSales/oxideshop_pe.git"
82
+ },
83
+ "oxid-esales/oxideshop-ce" : {
84
+ "type" : " git" ,
85
+ "url" : " https://github.com/OXID-eSales/oxideshop_ce.git"
86
+ }
77
87
}
78
88
}
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ perl -pi -e '
58
58
}
59
59
' source/composer.json
60
60
61
+ docker compose exec -T php git config --global --add safe.directory /var/www
62
+
61
63
make up
62
64
63
65
docker compose exec php composer update --no-interaction
You can’t perform that action at this time.
0 commit comments