Skip to content

Commit

Permalink
fix: add allow symfony runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 14, 2023
1 parent 28cb7c3 commit ac7f524
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,10 @@
"require": {

Check warning on line 42 in composer.json

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Security advisories for Composer packages

\[EA\] Please add roave/security-advisories:dev-latest into require-dev as a firewall for vulnerable components.
"shopware/core": "~6.5.0",
"zbateson/mail-mime-parser": "^2.4"
},
"config": {
"allow-plugins": {
"symfony/runtime": true
}
}
}

0 comments on commit ac7f524

Please sign in to comment.