Skip to content

Commit

Permalink
bug #188 [Maintenance] Allow flex plugin during plugin installation (…
Browse files Browse the repository at this point in the history
…lchrusciel)

This PR was merged into the 1.1-dev branch.

Discussion
----------

Follow up of Sylius/Sylius#14106

Commits
-------

550daa6 [Maintenance] Allow flex plugin during plugin installation
  • Loading branch information
Zales0123 authored Jul 4, 2022
2 parents b2d7904 + 550daa6 commit 64b1dcd
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 @@ -69,6 +69,11 @@
"vendor/bin/ecs check src/ spec/ --fix"
]
},
"config": {
"allow-plugins": {
"symfony/flex": true
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
Expand Down

0 comments on commit 64b1dcd

Please sign in to comment.