Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pweyck committed Jan 15, 2020
1 parent 45f6f32 commit 912110f
Show file tree
Hide file tree
Showing 3 changed files with 10,225 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,3 @@ chromedriver.log
###> phpunit/phpunit ###
/phpunit.xml
###< phpunit/phpunit ###

/composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"scripts": {
"post-update-cmd": [
"ln -sf $PWD/dev-ops/pre-commit vendor/shopware/platform/.git/hooks/pre-commit"
"[ ! -d vendor/shopware/platform/.git ] || ln -sf $PWD/dev-ops/pre-commit vendor/shopware/platform/.git/hooks/pre-commit"
]
},
"require-dev": {
Expand Down
Loading

0 comments on commit 912110f

Please sign in to comment.