8000
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 6945a2a commit f703e56Copy full SHA for f703e56
composer.json
@@ -66,7 +66,7 @@
66
"doctrine/orm": "~2.2,>=2.2.3",
67
"monolog/monolog": "~1.3",
68
"propel/propel1": "~1.6",
69
- "ircmaxell/password-compat": "1.0.*",
+ "ircmaxell/password-compat": "~1.0",
70
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
71
},
72
"autoload": {
src/Symfony/Component/Security/composer.json
@@ -28,7 +28,7 @@
28
"doctrine/common": "~2.2",
29
"doctrine/dbal": "~2.2",
30
"psr/log": "~1.0",
31
- "ircmaxell/password-compat": "1.0.*"
+ "ircmaxell/password-compat": "~1.0"
32
33
"suggest": {
34
"symfony/class-loader": "",
0 commit comments