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

Skip to content

Commit 0d18b9c

Browse files
committed
fixup! Use TestTrait::assertCommandIsSuccessful() instead of TestTrait::getStatusCode() when possible
1 parent d4d5a06 commit 0d18b9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/Form/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
3434
"symfony/expression-language": "^4.4|^5.0|^6.0",
3535
"symfony/config": "^4.4|^5.0|^6.0",
36-
"symfony/console": "^4.4|^5.4|^6.0",
36+
"symfony/console": "^5.4|^6.0",
3737
"symfony/http-foundation": "^4.4|^5.0|^6.0",
3838
"symfony/http-kernel": "^4.4|^5.0|^6.0",
3939
"symfony/intl": "^4.4|^5.0|^6.0",

src/Symfony/Component/Messenger/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"require-dev": {
2828
"psr/cache": "^1.0|^2.0|^3.0",
29-
"symfony/console": "^4.4|^5.4|^6.0",
29+
"symfony/console": "^5.4|^6.0",
3030
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
3131
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
3232
"symfony/http-kernel": "^4.4|^5.0|^6.0",

src/Symfony/Component/Translation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"require-dev": {
2626
"symfony/config": "^4.4|^5.0|^6.0",
27-
"symfony/console": "^4.4|^5.4|^6.0",
27+
"symfony/console": "^5.4|^6.0",
2828
"symfony/dependency-injection": "^5.0|^6.0",
2929
"symfony/http-kernel": "^5.0|^6.0",
3030
"symfony/intl": "^4.4|^5.0|^6.0",

0 commit comments

Comments
 (0)