Skip to content

Commit

Permalink
Merge pull request #123 from oat-sa/fix/TR-4168/upgrade-flex
Browse files Browse the repository at this point in the history
Fix TR-4168 upgrade flex
  • Loading branch information
wazelin authored May 23, 2022
2 parents 0f8461c + dbd0c87 commit 36c4527
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

2.4.4
-----
* Updated `symfony/flex` in order to migrate from the outdated flex infrastructure

2.4.3
-----

Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true
}
},
"autoload": {
"psr-4": {
Expand Down
25 changes: 11 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36c4527

Please sign in to comment.