We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687f775 commit ee98786Copy full SHA for ee98786
composer.json
@@ -98,7 +98,7 @@
98
"doctrine/reflection": "~1.0",
99
"doctrine/doctrine-bundle": "~1.4",
100
"monolog/monolog": "~1.11",
101
- "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
+ "ocramius/proxy-manager": "^2.1",
102
"predis/predis": "~1.1",
103
"egulias/email-validator": "~1.2,>=1.2.8|~2.0",
104
"symfony/phpunit-bridge": "~3.4|~4.0",
@@ -108,6 +108,7 @@
108
"conflict": {
109
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
110
"phpdocumentor/type-resolver": "<0.3.0",
111
+ "ocramius/proxy-manager": "<2.1",
112
"phpunit/phpunit": "<5.4.3"
113
},
114
"provide": {
0 commit comments