8000 Tweaked the password-compat version constraint · MasterB/symfony@f703e56 · GitHub
[go: up one dir, main page]

Skip to content

Commit f703e56

Browse files
Tweaked the password-compat version constraint
1 parent 6945a2a commit f703e56

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
@@ -66,7 +66,7 @@
6666
"doctrine/orm": "~2.2,>=2.2.3",
6767
"monolog/monolog": "~1.3",
6868
"propel/propel1": "~1.6",
69-
"ircmaxell/password-compat": "1.0.*",
69+
"ircmaxell/password-compat": "~1.0",
7070
"ocramius/proxy-manager": ">=0.3.1,<0.4-dev"
7171
},
7272
"autoload": {

src/Symfony/Component/Security/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"doctrine/common": "~2.2",
2929
"doctrine/dbal": "~2.2",
3030
"psr/log": "~1.0",
31-
"ircmaxell/password-compat": "1.0.*"
31+
"ircmaxell/password-compat": "~1.0"
3232
},
3333
"suggest": {
3434
"symfony/class-loader": "",

0 commit comments

Comments
 (0)
0