Skip to content

Commit

Permalink
Allow package-versions-deprecated plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Dec 23, 2021
1 parent 9d9f27a commit 042c600
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 042c600

Please sign in to comment.