Skip to content

Commit 51a9f00

Browse files
authored
Update .gitpod.yml
1 parent 19ce6ec commit 51a9f00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ tasks:
1717
1818
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=;;')
1919
20-
composer create-project shopware/production:dev-flex . -n
21-
composer req --dev profiler fakerphp/faker mbezhanov/faker-provider-collection maltyxx/images-generator
20+
composer create-project shopware/production: . -n
21+
composer req --dev shopware/dev-tools
2222
2323
# Configure Shopware
2424
sed -i -e 's;DATABASE_URL=.*$;DATABASE_URL=mysql://root:root@127.0.0.1:3306/shopware;' .env

0 commit comments

Comments
 (0)