1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

downgraded csv writer ver

This commit is contained in:
shimon 2023-05-23 21:02:23 +03:00
parent 5163ce7cc9
commit 3545e0740f
3 changed files with 2 additions and 5494 deletions

View file

@ -73,7 +73,7 @@
"phpmailer/phpmailer": "6.6.0", "phpmailer/phpmailer": "6.6.0",
"chillerlan/php-qrcode": "4.3.3", "chillerlan/php-qrcode": "4.3.3",
"slickdeals/statsd": "3.1.0", "slickdeals/statsd": "3.1.0",
"league/csv": "^9.0.0" "league/csv": "9.7.1"
}, },
"repositories": [ "repositories": [
{ {

5492
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,7 @@
namespace Appwrite\Platform\Tasks; namespace Appwrite\Platform\Tasks;
use Exception; use Exception;
use League\Csv\Reader;
use Utopia\App; use Utopia\App;
use Utopia\Platform\Action; use Utopia\Platform\Action;
use Utopia\Cache\Cache; use Utopia\Cache\Cache;
@ -26,7 +27,6 @@ class UsersCalc extends Action
protected string $path; protected string $path;
protected string $date; protected string $date;
public static function getName(): string public static function getName(): string
{ {
return 'users-calc'; return 'users-calc';