File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1313 "symfony/cache" : " *" ,
1414 "ecodev/graphql-upload" : " ^7.0.0" ,
1515 "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"
1718 },
1819 "require-dev" : {
1920 "phpunit/phpunit" : " ^10.4" ,
2021 "ext-xdebug" : " *" ,
21- "oxid-esales/oxideshop-ce" : " dev-b-7.3.x" ,
2222 "phpstan/phpstan" : " ^1.10" ,
2323 "squizlabs/php_codesniffer" : " 3.*" ,
2424 "phpmd/phpmd" : " ^2.11" ,
7474 "oxid-esales/oxideshop-unified-namespace-generator" : true ,
7575 "oxid-esales/oxideshop-composer-plugin" : true
7676 }
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+ }
7787 }
7888}
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ perl -pi -e '
5858 }
5959' source/composer.json
6060
61+ docker compose exec -T php git config --global --add safe.directory /var/www
62+
6163make up
6264
6365docker compose exec php composer update --no-interaction
You can’t perform that action at this time.
0 commit comments