File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ intervention_image:
48
48
autoOrientation : true
49
49
decodeAnimation : true
50
50
blendingColor : ' ffffff'
51
+ strip : false
51
52
` ` `
52
53
53
54
You can choose between the two supplied drivers ` Intervention\Image\Drivers\Gd\Driver` and
Original file line number Diff line number Diff line change 22
22
],
23
23
"require" : {
24
24
"php" : " ^8.1" ,
25
- "intervention/image" : " ^3.7 " ,
25
+ "intervention/image" : " ^3.11 " ,
26
26
"symfony/framework-bundle" : " ^6.4|^7"
27
27
},
28
28
"autoload" : {
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ public function getConfigTreeBuilder(): TreeBuilder
21
21
->booleanNode ('autoOrientation ' )->defaultValue (true )->end ()
22
22
->booleanNode ('decodeAnimation ' )->defaultValue (true )->end ()
23
23
->scalarNode ('blendingColor ' )->defaultValue ('ffffff ' )->end ()
24
+ ->booleanNode ('strip ' )->defaultValue (false )->end ()
24
25
->end ()
25
26
->end ()
26
27
->end ();
You can’t perform that action at this time.
0 commit comments