Skip to content

Commit

Permalink
minor #63 allow symfony/deprecation-contracts v3.0 (jkabat)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

| Q             | A
| ------------- | ---
| Branch?       | main
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| License       | MIT

Recently there were new release of symfony/deprecation-contracts for PHP8+. Without allowing it  PasswordStrengthValidator
 on PHP8 enabled project is downgraded to v1.3.

Commits
-------

c8148e7 allow symfony/deprecation-contracts v3.0
  • Loading branch information
sstok authored Dec 5, 2021
2 parents 469108f + c8148e7 commit 26e4665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": ">=7.3",
"psr/container": "^1.0 || ^2.0",
"symfony/deprecation-contracts": "^2.4",
"symfony/deprecation-contracts": "^2.4 || ^3.0",
"symfony/polyfill-mbstring": "^1.5.0",
"symfony/translation": "^4.4 || ^5.0 || ^6.0",
"symfony/validator": "^4.4 || ^5.0 || ^6.0"
Expand Down

0 comments on commit 26e4665

Please sign in to comment.