We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 324f3fc + 4eace3e commit 250ac5eCopy full SHA for 250ac5e
composer.json
@@ -16,7 +16,7 @@
16
},
17
"require": {
18
"php": "^8.1",
19
- "symfony/yaml": "^6.0",
+ "symfony/yaml": "^6 || ^7",
20
"typo3/cms-core": "^12",
21
"ext-json": "*"
22
src/Command/SiteImportCommand.php
@@ -37,7 +37,7 @@ protected function configure()
37
/**
38
* Imports database entries into the database, based on Yaml configuration
39
*/
40
- public function execute(InputInterface $input, OutputInterface $output)
+ public function execute(InputInterface $input, OutputInterface $output): int
41
{
42
$file = $input->getArgument('file');
43
0 commit comments