schmitzal / tinyimg

TYPO3-Extension which compresses images (png & jpg) uploaded in the backend with the tinypng API
GNU General Public License v3.0
15 stars 11 forks source link

Command::SUCCESS throws exception for symfony/command before 5.1 #72

Closed mat-hew1 closed 3 years ago

mat-hew1 commented 3 years ago

Please make check of existence of the constant for earlier versions of symfony/command: https://github.com/schmitzal/tinyimg/blob/594516b65c3d6d8e21aa91e92df08552a2b780fd/Classes/Command/CompressImagesCommand.php#L103

mat-hew1 commented 3 years ago

Sorry, duplicate