Skip to content

Commit ed6c50f

Browse files
Fixed the proxy-manager version constraint
1 parent a835b18 commit ed6c50f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"monolog/monolog": "~1.3",
6868
"propel/propel1": "~1.6",
6969
"ircmaxell/password-compat": "~1.0",
70-
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
70+
"ocramius/proxy-manager": "~0.3.1"
7171
},
7272
"autoload": {
7373
"psr-0": { "Symfony\\": "src/" },

src/Symfony/Bridge/ProxyManager/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"symfony/dependency-injection": "~2.3",
21-
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
21+
"ocramius/proxy-manager": "~0.3.1"
2222
},
2323
"require-dev": {
2424
"symfony/config": "~2.3"

0 commit comments

Comments
 (0)