Skip to content

Commit

Permalink
Merge pull request #2868 from crydotsnake/task/suggest-igbinary-exten…
Browse files Browse the repository at this point in the history
…sion

TASK: suggest igbinary extension in neos/cache and neos/flow package
  • Loading branch information
kdambekalns committed Nov 29, 2022
2 parents 51d2e4e + 4221007 commit ddda723
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Neos.Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"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.",
"ext-redis": "If you have a redis server and want to use it for caching."
"ext-redis": "If you have a redis server and want to use it for caching.",
"ext-igbinary": "The igbinary extension is a replacement for the standard PHP serializer"
}
}
3 changes: 2 additions & 1 deletion Neos.Flow/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"doctrine/data-fixtures": "To manage and execute the loading of data fixtures for the Doctrine ORM or ODM",
"neos/party": "To make use of basic user handling",
"php-uuid": "For fast generation of UUIDs used in the persistence.",
"neos/fluid-adaptor": "For rendering templates with TYPO3.Fluid"
"neos/fluid-adaptor": "For rendering templates with TYPO3.Fluid",
"ext-igbinary": "The igbinary extension is a replacement for the standard PHP serializer"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"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.",
"ext-redis": "If you have a redis server and want to use it for caching.",
"ext-igbinary": "The igbinary extension is a replacement for the standard PHP serializer",
"ext-curl": "To use the \\Neos\\Flow\\Http\\Client\\CurlEngine",
"doctrine/data-fixtures": "To manage and execute the loading of data fixtures for the Doctrine ORM or ODM",
"neos/party": "To make use of basic user handling",
Expand Down

0 comments on commit ddda723

Please sign in to comment.