File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "require" : {
88 "php" : " ^7.4 || ^8.0" ,
9- "ext-curl" : " *" ,
109 "ext-intl" : " *" ,
1110 "ext-json" : " *" ,
1211 "ext-mbstring" : " *" ,
2423 "predis/predis" : " ^1.1 || ^2.0"
2524 },
2625 "suggest" : {
26+ "ext-curl" : " If you use CURLRequest class" ,
2727 "ext-imagick" : " If you use Image class ImageMagickHandler" ,
2828 "ext-gd" : " If you use Image class GDHandler" ,
2929 "ext-exif" : " If you run Image class tests" ,
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "require" : {
88 "php" : " ^7.4 || ^8.0" ,
9- "ext-curl" : " *" ,
109 "ext-intl" : " *" ,
1110 "ext-json" : " *" ,
1211 "ext-mbstring" : " *" ,
2928 "rector/rector" : " 0.14.8"
3029 },
3130 "suggest" : {
31+ "ext-curl" : " If you use CURLRequest class" ,
3232 "ext-imagick" : " If you use Image class ImageMagickHandler" ,
3333 "ext-gd" : " If you use Image class GDHandler" ,
3434 "ext-exif" : " If you run Image class tests" ,
Original file line number Diff line number Diff line change @@ -205,11 +205,9 @@ public function initialize()
205205 protected function resolvePlatformExtensions ()
206206 {
207207 $ requiredExtensions = [
208- 'curl ' ,
209208 'intl ' ,
210209 'json ' ,
211210 'mbstring ' ,
212- 'xml ' ,
213211 ];
214212
215213 $ missingExtensions = [];
You can’t perform that action at this time.
0 commit comments