Skip to content

Commit c2c4a69

Browse files
committed
OXDEV-8623 Add root recipe
1 parent d05a33e commit c2c4a69

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

composer.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
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",
@@ -74,5 +74,15 @@
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
}

recipes/setup-development.sh

+2
Original file line numberDiff line numberDiff 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+
6163
make up
6264

6365
docker compose exec php composer update --no-interaction

0 commit comments

Comments
 (0)