Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/typo3-12'
Browse files Browse the repository at this point in the history
  • Loading branch information
kitzberger committed Aug 7, 2024
2 parents dd7ee9b + 5b02c5a commit 99875cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Classes/Command/ExportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ class ExportCommand extends Command
*/
protected $conf = null;

/**
* @var boolean
*/
protected $dryRun = false;

/**
* Configure the command by defining the name
*/
Expand Down Expand Up @@ -53,7 +58,7 @@ protected function configure()
* @param InputInterface $input
* @param OutputInterface $output
*/
protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
// For more styles/helpers see: https://symfony.com/doc/current/console/style.html
$this->io = new SymfonyStyle($input, $output);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"type": "typo3-cms-extension",
"require": {
"typo3/cms-core": "^11.5"
"typo3/cms-core": "^11.5 || ^12.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 99875cb

Please sign in to comment.