Skip to content

Commit

Permalink
fix: remove symfony/flex requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jan 23, 2024
1 parent c270be1 commit bfde82b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/project/project_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ func generateComposerJson(version string, rc bool) (string, error) {
"shopware/core": "{{ .Version }}",
"shopware/elasticsearch": "{{ .Version }}",
"shopware/storefront": "{{ .Version }}",
"symfony/flex": "~2",
"symfony/runtime": "^5.0|^6.0"
"symfony/flex": "~2"
},
"repositories": [
{
Expand Down

0 comments on commit bfde82b

Please sign in to comment.