We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ce6ec commit 51a9f00Copy full SHA for 51a9f00
1 file changed
.gitpod.yml
@@ -17,8 +17,8 @@ tasks:
17
18
composer config --global github-oauth.github.com $(printf '%s\n' host=github.com | gp credential-helper get | sort | head -2 | tail -1 | sed 's;password=;;')
19
20
- composer create-project shopware/production:dev-flex . -n
21
- composer req --dev profiler fakerphp/faker mbezhanov/faker-provider-collection maltyxx/images-generator
+ composer create-project shopware/production: . -n
+ composer req --dev shopware/dev-tools
22
23
# Configure Shopware
24
sed -i -e 's;DATABASE_URL=.*$;DATABASE_URL=mysql://root:root@127.0.0.1:3306/shopware;' .env
0 commit comments