8000 minor #12777 Tweaked the password-compat version constraint (GrahamCa… · symfony/symfony@b4a8655 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4a8655

Browse files
committed
minor #12777 Tweaked the password-compat version constraint (GrahamCampbell)
This PR was merged into the 2.3 branch. Discussion ---------- Tweaked the password-compat version constraint | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A ##### This pull request tweaks the `"ircmaxell/password-compat` version constraint in the 2.3 branch. I've updated the version constraint to `"~1.0"` match the way we require all "stable" releases. Note that this version constraint is technically different, but I consider it safe still. Commits ------- f703e56 Tweaked the password-compat version constraint
2 parents b788a08 + f703e56 commit b4a8655

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