Skip to content

Commit

Permalink
TASK: Make bz2 and igbinary only suggested requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gradinarufelix authored Aug 21, 2023
1 parent 6bd71f2 commit 68244a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"require": {
"neos/neos": "^7 || ^8",
"sandstorm/templatemailer": "^2",
"neosidekick/revisions": "*",
"ext-bz2": "*",
"ext-igbinary": "*"
"neosidekick/revisions": "*"
},
"suggest": {
"ext-bz2": "Install bz2 extension to compress changes content",
"ext-igbinary": "Install igbinary for better serialization"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 68244a8

Please sign in to comment.