|
|
@ -212,166 +212,6 @@ |
|
|
|
], |
|
|
|
"time": "2023-12-11T17:09:12+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "composer/pcre", |
|
|
|
"version": "3.3.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/composer/pcre.git", |
|
|
|
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", |
|
|
|
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^7.4 || ^8.0" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"phpstan/phpstan": "<1.11.10" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpstan/phpstan": "^1.12 || ^2", |
|
|
|
"phpstan/phpstan-strict-rules": "^1 || ^2", |
|
|
|
"phpunit/phpunit": "^8 || ^9" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"phpstan": { |
|
|
|
"includes": [ |
|
|
|
"extension.neon" |
|
|
|
] |
|
|
|
}, |
|
|
|
"branch-alias": { |
|
|
|
"dev-main": "3.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Composer\\Pcre\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Jordi Boggiano", |
|
|
|
"email": "j.boggiano@seld.be", |
|
|
|
"homepage": "http://seld.be" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PCRE wrapping library that offers type-safe preg_* replacements.", |
|
|
|
"keywords": [ |
|
|
|
"PCRE", |
|
|
|
"preg", |
|
|
|
"regex", |
|
|
|
"regular expression" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/composer/pcre/issues", |
|
|
|
"source": "https://github.com/composer/pcre/tree/3.3.2" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://packagist.com", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/composer", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-11-12T16:29:46+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "composer/semver", |
|
|
|
"version": "3.4.3", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/composer/semver.git", |
|
|
|
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", |
|
|
|
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^5.3.2 || ^7.0 || ^8.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpstan/phpstan": "^1.11", |
|
|
|
"symfony/phpunit-bridge": "^3 || ^7" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-main": "3.x-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Composer\\Semver\\": "src" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Nils Adermann", |
|
|
|
"email": "naderman@naderman.de", |
|
|
|
"homepage": "http://www.naderman.de" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Jordi Boggiano", |
|
|
|
"email": "j.boggiano@seld.be", |
|
|
|
"homepage": "http://seld.be" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Rob Bast", |
|
|
|
"email": "rob.bast@gmail.com", |
|
|
|
"homepage": "http://robbast.nl" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Semver library that offers utilities, version constraint parsing and validation.", |
|
|
|
"keywords": [ |
|
|
|
"semantic", |
|
|
|
"semver", |
|
|
|
"validation", |
|
|
|
"versioning" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"irc": "ircs://irc.libera.chat:6697/composer", |
|
|
|
"issues": "https://github.com/composer/semver/issues", |
|
|
|
"source": "https://github.com/composer/semver/tree/3.4.3" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
|
"url": "https://packagist.com", |
|
|
|
"type": "custom" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://github.com/composer", |
|
|
|
"type": "github" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2024-09-19T14:15:21+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "dflydev/dot-access-data", |
|
|
|
"version": "v3.0.3", |
|
|
@ -902,67 +742,6 @@ |
|
|
|
], |
|
|
|
"time": "2025-03-06T22:45:56+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ezyang/htmlpurifier", |
|
|
|
"version": "v4.18.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/ezyang/htmlpurifier.git", |
|
|
|
"reference": "cb56001e54359df7ae76dc522d08845dc741621b" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b", |
|
|
|
"reference": "cb56001e54359df7ae76dc522d08845dc741621b", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"cerdic/css-tidy": "^1.7 || ^2.0", |
|
|
|
"simpletest/simpletest": "dev-master" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", |
|
|
|
"ext-bcmath": "Used for unit conversion and imagecrash protection", |
|
|
|
"ext-iconv": "Converts text to and from non-UTF-8 encodings", |
|
|
|
"ext-tidy": "Used for pretty-printing HTML" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"files": [ |
|
|
|
"library/HTMLPurifier.composer.php" |
|
|
|
], |
|
|
|
"psr-0": { |
|
|
|
"HTMLPurifier": "library/" |
|
|
|
}, |
|
|
|
"exclude-from-classmap": [ |
|
|
|
"/library/HTMLPurifier/Language/" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"LGPL-2.1-or-later" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Edward Z. Yang", |
|
|
|
"email": "admin@htmlpurifier.org", |
|
|
|
"homepage": "http://ezyang.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Standards compliant HTML filter written in PHP", |
|
|
|
"homepage": "http://htmlpurifier.org/", |
|
|
|
"keywords": [ |
|
|
|
"html" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/ezyang/htmlpurifier/issues", |
|
|
|
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0" |
|
|
|
}, |
|
|
|
"time": "2024-11-01T03:51:45+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "fruitcake/php-cors", |
|
|
|
"version": "v1.3.0", |
|
|
@ -2432,32 +2211,26 @@ |
|
|
|
"predis/predis": "^1.1" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"laravel": { |
|
|
|
"aliases": { |
|
|
|
"Excel": "Maatwebsite\\Excel\\Facades\\Excel" |
|
|
|
}, |
|
|
|
"providers": [ |
|
|
|
"Maatwebsite\\Excel\\ExcelServiceProvider" |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"psr-0": { |
|
|
|
"Maatwebsite\\Excel\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"classmap": [ |
|
|
|
"src/Maatwebsite/Excel", |
|
|
|
"tests/TestCase.php" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
"LGPL" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Patrick Brouwers", |
|
|
|
"email": "patrick@spartner.nl" |
|
|
|
"name": "Maatwebsite.nl", |
|
|
|
"email": "patrick@maatwebsite.nl" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Supercharged Excel exports and imports in Laravel", |
|
|
|
"description": "An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel", |
|
|
|
"keywords": [ |
|
|
|
"PHPExcel", |
|
|
|
"batch", |
|
|
@ -2465,9 +2238,7 @@ |
|
|
|
"excel", |
|
|
|
"export", |
|
|
|
"import", |
|
|
|
"laravel", |
|
|
|
"php", |
|
|
|
"phpspreadsheet" |
|
|
|
"laravel" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/SpartnerNL/Laravel-Excel/issues", |
|
|
@ -3239,110 +3010,66 @@ |
|
|
|
"time": "2024-11-21T10:36:35+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpoffice/phpspreadsheet", |
|
|
|
"version": "1.29.10", |
|
|
|
"name": "phpoffice/phpexcel", |
|
|
|
"version": "1.8.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git", |
|
|
|
"reference": "c80041b1628c4f18030407134fe88303661d4e4e" |
|
|
|
"url": "https://github.com/PHPOffice/PHPExcel.git", |
|
|
|
"reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c80041b1628c4f18030407134fe88303661d4e4e", |
|
|
|
"reference": "c80041b1628c4f18030407134fe88303661d4e4e", |
|
|
|
"url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32", |
|
|
|
"reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"composer/pcre": "^1||^2||^3", |
|
|
|
"ext-ctype": "*", |
|
|
|
"ext-dom": "*", |
|
|
|
"ext-fileinfo": "*", |
|
|
|
"ext-gd": "*", |
|
|
|
"ext-iconv": "*", |
|
|
|
"ext-libxml": "*", |
|
|
|
"ext-mbstring": "*", |
|
|
|
"ext-simplexml": "*", |
|
|
|
"ext-xml": "*", |
|
|
|
"ext-xmlreader": "*", |
|
|
|
"ext-xmlwriter": "*", |
|
|
|
"ext-zip": "*", |
|
|
|
"ext-zlib": "*", |
|
|
|
"ezyang/htmlpurifier": "^4.15", |
|
|
|
"maennchen/zipstream-php": "^2.1 || ^3.0", |
|
|
|
"markbaker/complex": "^3.0", |
|
|
|
"markbaker/matrix": "^3.0", |
|
|
|
"php": "^7.4 || ^8.0", |
|
|
|
"psr/http-client": "^1.0", |
|
|
|
"psr/http-factory": "^1.0", |
|
|
|
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "dev-main", |
|
|
|
"dompdf/dompdf": "^1.0 || ^2.0 || ^3.0", |
|
|
|
"friendsofphp/php-cs-fixer": "^3.2", |
|
|
|
"mitoteam/jpgraph": "^10.3", |
|
|
|
"mpdf/mpdf": "^8.1.1", |
|
|
|
"phpcompatibility/php-compatibility": "^9.3", |
|
|
|
"phpstan/phpstan": "^1.1", |
|
|
|
"phpstan/phpstan-phpunit": "^1.0", |
|
|
|
"phpunit/phpunit": "^8.5 || ^9.0", |
|
|
|
"squizlabs/php_codesniffer": "^3.7", |
|
|
|
"tecnickcom/tcpdf": "^6.5" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer", |
|
|
|
"ext-intl": "PHP Internationalization Functions", |
|
|
|
"mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers", |
|
|
|
"mpdf/mpdf": "Option for rendering PDF with PDF Writer", |
|
|
|
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer" |
|
|
|
"php": ">=5.2.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet" |
|
|
|
"psr-0": { |
|
|
|
"PHPExcel": "Classes/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
"LGPL" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Maarten Balliauw", |
|
|
|
"homepage": "https://blog.maartenballiauw.be" |
|
|
|
"homepage": "http://blog.maartenballiauw.be" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Mark Baker", |
|
|
|
"homepage": "https://markbakeruk.net" |
|
|
|
"name": "Mark Baker" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Franck Lefevre", |
|
|
|
"homepage": "https://rootslabs.net" |
|
|
|
"homepage": "http://blog.rootslabs.net" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Erik Tilt" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Adrien Crivelli" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", |
|
|
|
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet", |
|
|
|
"description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", |
|
|
|
"homepage": "http://phpexcel.codeplex.com", |
|
|
|
"keywords": [ |
|
|
|
"OpenXML", |
|
|
|
"excel", |
|
|
|
"gnumeric", |
|
|
|
"ods", |
|
|
|
"php", |
|
|
|
"spreadsheet", |
|
|
|
"xls", |
|
|
|
"xlsx" |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", |
|
|
|
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.10" |
|
|
|
"issues": "https://github.com/PHPOffice/PHPExcel/issues", |
|
|
|
"source": "https://github.com/PHPOffice/PHPExcel/tree/master" |
|
|
|
}, |
|
|
|
"time": "2025-02-08T02:56:14+00:00" |
|
|
|
"abandoned": "phpoffice/phpspreadsheet", |
|
|
|
"time": "2015-05-01T07:00:55+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "phpoption/phpoption", |
|
|
|