We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49932f commit b3ec0c6Copy full SHA for b3ec0c6
bin/crowdinSetup
@@ -15,6 +15,6 @@ $container = $containerBuilder->build();
15
16
$application = new Application();
17
$setupCommand = $container->get(SetupCommand::class);
18
-$application->add($setupCommand);
+$application->addCommand($setupCommand);
19
$application->setDefaultCommand($setupCommand->getName(), true);
20
$application->run();
composer.json
@@ -12,7 +12,7 @@
12
"crowdin/crowdin-api-client": "^1.19",
13
"guzzlehttp/guzzle": "^7.10",
14
"php-di/php-di": "^7.1",
- "symfony/console": "^7.4",
+ "symfony/console": "^8.0",
"vlucas/phpdotenv": "^5.6"
},
"require-dev": {
0 commit comments