Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[DependencyInjection] Add conflict rules for incompatible ext-psr ver…
…sions
  • Loading branch information
derrabus committed Apr 19, 2021
commit a02f062149813317d09948baaa32138c7d59ef26
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"twig/markdown-extra": "^2.12|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2",
"async-aws/core": "<1.5",
"doctrine/annotations": "<1.12",
"doctrine/dbal": "<2.10",
Expand Down
1 change: 1 addition & 0 deletions src/Symfony/Component/DependencyInjection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them"
},
"conflict": {
"ext-psr": "<1.1|>=2",
"symfony/config": "<5.3",
"symfony/finder": "<4.4",
"symfony/proxy-manager-bridge": "<4.4",
Expand Down
3 changes: 3 additions & 0 deletions src/Symfony/Contracts/Service/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"php": ">=7.2.5",
"psr/container": "^1.1"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"suggest": {
"symfony/service-implementation": ""
},
Expand Down
3 changes: 3 additions & 0 deletions src/Symfony/Contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"require-dev": {
"symfony/polyfill-intl-idn": "^1.10"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"replace": {
"symfony/cache-contracts": "self.version",
"symfony/deprecation-contracts": "self.version",
Expand Down