Skip to content

Commit

Permalink
TASK: Adjust dependencies for Flow 8.4
Browse files Browse the repository at this point in the history
Flow 8.x only works correctly with typo3fluid 2.7.x - see: #3038, #3041 and #3358
  • Loading branch information
robertlemke committed Jun 14, 2024
1 parent 2a15b05 commit 826e920
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Neos.FluidAdaptor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"neos/cache": "self.version",
"neos/utility-files": "self.version",
"neos/utility-objecthandling": "self.version",
"typo3fluid/fluid": "^2.8.0",
"typo3fluid/fluid": "~2.7.0",
"psr/log": "^2.0 || ^3.0"
},
"autoload": {
Expand Down
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@
"MIT"
],
"type": "neos-package-collection",
"scripts": {
"lint:phpstan": "../../bin/phpstan analyse",
"lint": [
"@lint:phpstan"
]
},
"require": {
"php": "^8.0",
"behat/behat": "^3.10",
"php": "^8.2",
"psr/simple-cache": "^2.0 || ^3.0",
"psr/cache": "^2.0 || ^3.0",
"psr/log": "^2.0 || ^3.0",
Expand All @@ -24,7 +31,8 @@
"psr/http-server-handler": "^1.0",
"psr/http-client": "^1.0",
"ramsey/uuid": "^3.0 || ^4.0",
"doctrine/orm": "^2.9.3",
"laminas/laminas-code": "^4.10",
"doctrine/orm": "^2.12.0",
"doctrine/migrations": "^3.0",
"doctrine/dbal": "^2.13",
"doctrine/common": "^3.0.3",
Expand Down Expand Up @@ -63,12 +71,6 @@
"neos/utility-schema": "self.version",
"neos/utility-unicode": "self.version"
},
"scripts": {
"lint:phpstan": "../../bin/phpstan analyse",
"lint": [
"@lint:phpstan"
]
},
"suggest": {
"ext-memcache": "If you have a memcache server and want to use it for caching.",
"ext-memcached": "Alternative, if you have a memcache server and want to use it for caching.",
Expand Down

0 comments on commit 826e920

Please sign in to comment.