Skip to content

Commit

Permalink
Merge pull request #17 from TYPO3-Headless/develop
Browse files Browse the repository at this point in the history
Add b13/container v2 support.
  • Loading branch information
Fanor51 authored Aug 31, 2022
2 parents 3101e9f + 6124534 commit 9a316f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/DataProcessing/HeadlessContainerProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function process(
array $contentObjectConfiguration,
array $processorConfiguration,
array $processedData
) {
): array {
if (isset($processorConfiguration['if.']) && !$cObj->checkIf($processorConfiguration['if.'])) {
return $processedData;
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^8.0",
"typo3/cms-core": "^11.4",
"b13/container": "^1.6",
"b13/container": "1.6.* || 2.0.*",
"friendsoftypo3/headless": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 9a316f6

Please sign in to comment.