Skip to content

Commit b3ec0c6

Browse files
committed
Upgrade symfony/console to 8.0
1 parent a49932f commit b3ec0c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/crowdinSetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ $container = $containerBuilder->build();
1515

1616
$application = new Application();
1717
$setupCommand = $container->get(SetupCommand::class);
18-
$application->add($setupCommand);
18+
$application->addCommand($setupCommand);
1919
$application->setDefaultCommand($setupCommand->getName(), true);
2020
$application->run();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"crowdin/crowdin-api-client": "^1.19",
1313
"guzzlehttp/guzzle": "^7.10",
1414
"php-di/php-di": "^7.1",
15-
"symfony/console": "^7.4",
15+
"symfony/console": "^8.0",
1616
"vlucas/phpdotenv": "^5.6"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)