File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ intervention_image:
4848 autoOrientation : true
4949 decodeAnimation : true
5050 blendingColor : ' ffffff'
51+ strip : false
5152` ` `
5253
5354You can choose between the two supplied drivers ` Intervention\Image\Drivers\Gd\Driver` and
Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " ^8.1" ,
25- "intervention/image" : " ^3.7 " ,
25+ "intervention/image" : " ^3.11 " ,
2626 "symfony/framework-bundle" : " ^6.4|^7"
2727 },
2828 "autoload" : {
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ public function getConfigTreeBuilder(): TreeBuilder
2121 ->booleanNode ('autoOrientation ' )->defaultValue (true )->end ()
2222 ->booleanNode ('decodeAnimation ' )->defaultValue (true )->end ()
2323 ->scalarNode ('blendingColor ' )->defaultValue ('ffffff ' )->end ()
24+ ->booleanNode ('strip ' )->defaultValue (false )->end ()
2425 ->end ()
2526 ->end ()
2627 ->end ();
You can’t perform that action at this time.
0 commit comments