Skip to content

Commit

Permalink
Add conflict with ocramius/proxy-manager < 2.3
Browse files Browse the repository at this point in the history
ocramius/proxy-manager 2.3 requires zendframework/zend-code 3.3.1
which fixes some issues with php 7.3 https://github.com/zendframework/zend-code/releases/tag/release-3.3.1
  • Loading branch information
franmomu committed Oct 2, 2020
1 parent 4f679bd commit dceb1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"conflict": {
"doctrine/orm": "<2.5",
"illuminate/database": "<5.5",
"ocramius/proxy-manager": "<2.1",
"ocramius/proxy-manager": "<2.3",
"symfony/framework-bundle": "<3.4"
},
"suggest": {
Expand Down

0 comments on commit dceb1ca

Please sign in to comment.