Skip to content

Commit

Permalink
[TASK] Add Fluid to dev-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
calien666 committed Sep 19, 2023
1 parent d455d2c commit 395397e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Build/phpstan/Core11/phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method TYPO3Fluid\\\\Fluid\\\\Core\\\\Rendering\\\\RenderingContextInterface\\:\\:getRequest\\(\\)\\.$#"
count: 1
path: ../../../Classes/ViewHelpers/Be/ImageIdViewHelper.php

-
message: "#^Variable \\$_EXTKEY might not be defined\\.$#"
count: 1
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
},
"require": {
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
"typo3/cms-core": "^11.5"
},
"require-dev": {
Expand Down

0 comments on commit 395397e

Please sign in to comment.