verot / class.upload.php

This PHP class uploads files and manipulates images very easily. It is in fact as much as an image processing class than it is an upload class. Compatible with PHP 4, 5, 7 and 8. Supports processing of local files, uploaded files, files sent through XMLHttpRequest.
http://www.verot.net/php_class_upload.htm
GNU General Public License v2.0
854 stars 359 forks source link

Composer is not up2date #175

Closed ThomasDev-de closed 1 year ago

ThomasDev-de commented 1 year ago

Hi,

Under PHP8.2 I get the error: Deprecated: Creation of dynamic property Verot\Upload\Upload::$file_max_size_raw is deprecated in /vendor/verot/class.upload.php/src/class.upload.php on line 1765

I've seen that the bugs have been fixed, but I can't get the latest version through Composer.

Could you communicate the changes to the composer or do I have a local problem?

verot commented 1 year ago

You could do this to get the lastest version: composer require verot/class.upload.php:dev-master

But I have added tags, so now composer should pick up the latest version.