Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac7938b

Browse files
committed
minor #32450 [Lock][Console] bump lock requirement in console (Simperfit)
This PR was merged into the 4.4 branch. Discussion ---------- [Lock][Console] bump lock requirement in console | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? |no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | not needed <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> Fix test of the console component, by bumping the lock requirement Commits ------- 41de633 [Lock][Console] bump lock requirement in console
2 parents 3424610 + 41de633 commit ac7938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/config": "^3.4|^4.0|^5.0",
2626
"symfony/event-dispatcher": "^4.3",
2727
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
28-
"symfony/lock": "^3.4|^4.0|^5.0",
28+
"symfony/lock": "^4.4|^5.0",
2929
"symfony/process": "^3.4|^4.0|^5.0",
3030
"symfony/var-dumper": "^4.3|^5.0",
3131
"psr/log": "~1.0"

0 commit comments

Comments
 (0)