Skip to content

Commit

Permalink
feat: only lock shopware/core package
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Apr 3, 2024
1 parent 6bfd812 commit d15b56a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/project/project_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ func generateComposerJson(version string, rc bool) (string, error) {
"type": "project",
"require": {
"composer-runtime-api": "^2.0",
"shopware/administration": "{{ .Version }}",
"shopware/administration": "*",
"shopware/core": "{{ .Version }}",
"shopware/elasticsearch": "{{ .Version }}",
"shopware/storefront": "{{ .Version }}",
"shopware/elasticsearch": "*",
"shopware/storefront": "*",
"symfony/flex": "~2"
},
"repositories": [
Expand Down

0 comments on commit d15b56a

Please sign in to comment.