Skip to content

Commit

Permalink
minor symfony#44781 Allow package-versions-deprecated plugin (derrabus)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.4 branch.

Discussion
----------

Allow package-versions-deprecated plugin

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | N/A
| License       | MIT
| Doc PR        | N/A

Since composer 2.2, plugins explicitly need to be enabled. Otherwise, Composer keeps asking about them.

This change should make contributing to Symfony a little less annoying.

Commits
-------

042c600 Allow package-versions-deprecated plugin
  • Loading branch information
nicolas-grekas committed Dec 25, 2021
2 parents e3e6a2e + 042c600 commit 5339e38
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 @@ -152,6 +152,11 @@
"ocramius/proxy-manager": "<2.1",
"phpunit/phpunit": "<5.4.3"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
Expand Down

0 comments on commit 5339e38

Please sign in to comment.