|
|
@@ -4,8 +4,85 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "dd85ddbc1c708d755215db31483116a2",
|
|
|
+ "content-hash": "929f88783ff020750e47e3ae1b2963b4",
|
|
|
"packages": [
|
|
|
+ {
|
|
|
+ "name": "barryvdh/laravel-dompdf",
|
|
|
+ "version": "v2.1.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/barryvdh/laravel-dompdf.git",
|
|
|
+ "reference": "cb37868365f9b937039d316727a1fced1e87b31c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/cb37868365f9b937039d316727a1fced1e87b31c",
|
|
|
+ "reference": "cb37868365f9b937039d316727a1fced1e87b31c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "dompdf/dompdf": "^2.0.3",
|
|
|
+ "illuminate/support": "^6|^7|^8|^9|^10|^11",
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "larastan/larastan": "^1.0|^2.7.0",
|
|
|
+ "orchestra/testbench": "^4|^5|^6|^7|^8|^9",
|
|
|
+ "phpro/grumphp": "^1 || ^2.5",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Barryvdh\\DomPDF\\ServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "Pdf": "Barryvdh\\DomPDF\\Facade\\Pdf",
|
|
|
+ "PDF": "Barryvdh\\DomPDF\\Facade\\Pdf"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Barryvdh\\DomPDF\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Barry vd. Heuvel",
|
|
|
+ "email": "barryvdh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A DOMPDF Wrapper for Laravel",
|
|
|
+ "keywords": [
|
|
|
+ "dompdf",
|
|
|
+ "laravel",
|
|
|
+ "pdf"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/barryvdh/laravel-dompdf/issues",
|
|
|
+ "source": "https://github.com/barryvdh/laravel-dompdf/tree/v2.1.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://fruitcake.nl",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/barryvdh",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-03-15T12:48:39+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "brick/math",
|
|
|
"version": "0.10.2",
|
|
|
@@ -349,6 +426,68 @@
|
|
|
],
|
|
|
"time": "2022-12-14T08:49:07+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "dompdf/dompdf",
|
|
|
+ "version": "v2.0.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/dompdf/dompdf.git",
|
|
|
+ "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/dompdf/dompdf/zipball/093f2d9739cec57428e39ddadedfd4f3ae862c0f",
|
|
|
+ "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "masterminds/html5": "^2.0",
|
|
|
+ "phenx/php-font-lib": ">=0.5.4 <1.0.0",
|
|
|
+ "phenx/php-svg-lib": ">=0.3.3 <1.0.0",
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-zip": "*",
|
|
|
+ "mockery/mockery": "^1.3",
|
|
|
+ "phpunit/phpunit": "^7.5 || ^8 || ^9",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-gd": "Needed to process images",
|
|
|
+ "ext-gmagick": "Improves image processing performance",
|
|
|
+ "ext-imagick": "Improves image processing performance",
|
|
|
+ "ext-zlib": "Needed for pdf stream compression"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Dompdf\\": "src/"
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "lib/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "The Dompdf Community",
|
|
|
+ "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
|
|
|
+ "homepage": "https://github.com/dompdf/dompdf",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/dompdf/dompdf/issues",
|
|
|
+ "source": "https://github.com/dompdf/dompdf/tree/v2.0.4"
|
|
|
+ },
|
|
|
+ "time": "2023-12-12T20:19:39+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "dragonmantank/cron-expression",
|
|
|
"version": "v3.3.2",
|
|
|
@@ -1824,6 +1963,261 @@
|
|
|
],
|
|
|
"time": "2023-03-03T20:12:38+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "maennchen/zipstream-php",
|
|
|
+ "version": "3.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/maennchen/ZipStream-PHP.git",
|
|
|
+ "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
|
|
|
+ "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-zlib": "*",
|
|
|
+ "php-64bit": "^8.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-zip": "*",
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.16",
|
|
|
+ "guzzlehttp/guzzle": "^7.5",
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
+ "php-coveralls/php-coveralls": "^2.5",
|
|
|
+ "phpunit/phpunit": "^10.0",
|
|
|
+ "vimeo/psalm": "^5.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "guzzlehttp/psr7": "^2.4",
|
|
|
+ "psr/http-message": "^2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "ZipStream\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Paul Duncan",
|
|
|
+ "email": "pabs@pablotron.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonatan Männchen",
|
|
|
+ "email": "jonatan@maennchen.ch"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jesse Donat",
|
|
|
+ "email": "donatj@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "András Kolesár",
|
|
|
+ "email": "kolesar@kolesar.hu"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
|
|
+ "keywords": [
|
|
|
+ "stream",
|
|
|
+ "zip"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
|
|
|
+ "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/maennchen",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/zipstream",
|
|
|
+ "type": "open_collective"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-06-21T14:59:35+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "markbaker/complex",
|
|
|
+ "version": "3.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/MarkBaker/PHPComplex.git",
|
|
|
+ "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
|
|
+ "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.3",
|
|
|
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.7"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Complex\\": "classes/src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "email": "mark@lange.demon.co.uk"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Class for working with complex numbers",
|
|
|
+ "homepage": "https://github.com/MarkBaker/PHPComplex",
|
|
|
+ "keywords": [
|
|
|
+ "complex",
|
|
|
+ "mathematics"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/MarkBaker/PHPComplex/issues",
|
|
|
+ "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
|
|
|
+ },
|
|
|
+ "time": "2022-12-06T16:21:08+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "markbaker/matrix",
|
|
|
+ "version": "3.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/MarkBaker/PHPMatrix.git",
|
|
|
+ "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
|
|
|
+ "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.3",
|
|
|
+ "phpdocumentor/phpdocumentor": "2.*",
|
|
|
+ "phploc/phploc": "^4.0",
|
|
|
+ "phpmd/phpmd": "2.*",
|
|
|
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
|
+ "sebastian/phpcpd": "^4.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.7"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Matrix\\": "classes/src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "email": "mark@demon-angel.eu"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Class for working with matrices",
|
|
|
+ "homepage": "https://github.com/MarkBaker/PHPMatrix",
|
|
|
+ "keywords": [
|
|
|
+ "mathematics",
|
|
|
+ "matrix",
|
|
|
+ "vector"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
|
|
|
+ "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
|
|
|
+ },
|
|
|
+ "time": "2022-12-02T22:17:43+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "masterminds/html5",
|
|
|
+ "version": "2.8.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Masterminds/html5-php.git",
|
|
|
+ "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
|
|
|
+ "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Masterminds\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Matt Butcher",
|
|
|
+ "email": "technosophos@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Matt Farina",
|
|
|
+ "email": "matt@mattfarina.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Asmir Mustafic",
|
|
|
+ "email": "goetas@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "An HTML5 parser and serializer.",
|
|
|
+ "homepage": "http://masterminds.github.io/html5-php",
|
|
|
+ "keywords": [
|
|
|
+ "HTML5",
|
|
|
+ "dom",
|
|
|
+ "html",
|
|
|
+ "parser",
|
|
|
+ "querypath",
|
|
|
+ "serializer",
|
|
|
+ "xml"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Masterminds/html5-php/issues",
|
|
|
+ "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
|
|
|
+ },
|
|
|
+ "time": "2023-05-10T11:58:31+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
|
"version": "2.9.1",
|
|
|
@@ -2305,19 +2699,214 @@
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
- "url": "https://www.paypal.com/paypalme/enunomaduro",
|
|
|
- "type": "custom"
|
|
|
+ "url": "https://www.paypal.com/paypalme/enunomaduro",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/nunomaduro",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/xiCO2k",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-02-08T01:06:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phenx/php-font-lib",
|
|
|
+ "version": "0.5.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/dompdf/php-font-lib.git",
|
|
|
+ "reference": "a1681e9793040740a405ac5b189275059e2a9863"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863",
|
|
|
+ "reference": "a1681e9793040740a405ac5b189275059e2a9863",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-mbstring": "*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "FontLib\\": "src/FontLib"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1-or-later"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Ménager",
|
|
|
+ "email": "fabien.menager@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A library to read, parse, export and make subsets of different types of font files.",
|
|
|
+ "homepage": "https://github.com/PhenX/php-font-lib",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/dompdf/php-font-lib/issues",
|
|
|
+ "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6"
|
|
|
+ },
|
|
|
+ "time": "2024-01-29T14:45:26+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phenx/php-svg-lib",
|
|
|
+ "version": "0.5.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/dompdf/php-svg-lib.git",
|
|
|
+ "reference": "0e46722c154726a5f9ac218197ccc28adba16fcf"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/0e46722c154726a5f9ac218197ccc28adba16fcf",
|
|
|
+ "reference": "0e46722c154726a5f9ac218197ccc28adba16fcf",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "php": "^7.1 || ^8.0",
|
|
|
+ "sabberworm/php-css-parser": "^8.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Svg\\": "src/Svg"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-3.0-or-later"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Ménager",
|
|
|
+ "email": "fabien.menager@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A library to read, parse and export to PDF SVG files.",
|
|
|
+ "homepage": "https://github.com/PhenX/php-svg-lib",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/dompdf/php-svg-lib/issues",
|
|
|
+ "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.3"
|
|
|
+ },
|
|
|
+ "time": "2024-02-23T20:39:24+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpoffice/phpspreadsheet",
|
|
|
+ "version": "2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
|
|
+ "reference": "4a77798f835119754961a97714f135826a323caa"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/4a77798f835119754961a97714f135826a323caa",
|
|
|
+ "reference": "4a77798f835119754961a97714f135826a323caa",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "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": "*",
|
|
|
+ "maennchen/zipstream-php": "^2.1 || ^3.0",
|
|
|
+ "markbaker/complex": "^3.0",
|
|
|
+ "markbaker/matrix": "^3.0",
|
|
|
+ "php": "^8.0",
|
|
|
+ "psr/http-client": "^1.0",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
|
|
|
+ "voku/anti-xss": "^4.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
|
|
|
+ "dompdf/dompdf": "^2.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": "^9.6",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Maarten Balliauw",
|
|
|
+ "homepage": "https://blog.maartenballiauw.be"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "homepage": "https://markbakeruk.net"
|
|
|
},
|
|
|
{
|
|
|
- "url": "https://github.com/nunomaduro",
|
|
|
- "type": "github"
|
|
|
+ "name": "Franck Lefevre",
|
|
|
+ "homepage": "https://rootslabs.net"
|
|
|
},
|
|
|
{
|
|
|
- "url": "https://github.com/xiCO2k",
|
|
|
- "type": "github"
|
|
|
+ "name": "Erik Tilt"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Adrien Crivelli"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2023-02-08T01:06:31+00:00"
|
|
|
+ "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
|
|
+ "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
|
|
+ "keywords": [
|
|
|
+ "OpenXML",
|
|
|
+ "excel",
|
|
|
+ "gnumeric",
|
|
|
+ "ods",
|
|
|
+ "php",
|
|
|
+ "spreadsheet",
|
|
|
+ "xls",
|
|
|
+ "xlsx"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
|
|
+ "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/2.0.0"
|
|
|
+ },
|
|
|
+ "time": "2024-01-24T10:41:42+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpoption/phpoption",
|
|
|
@@ -3060,6 +3649,71 @@
|
|
|
],
|
|
|
"time": "2023-01-12T18:13:24+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "sabberworm/php-css-parser",
|
|
|
+ "version": "v8.5.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
|
|
|
+ "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/4a3d572b0f8b28bb6fd016ae8bbfc445facef152",
|
|
|
+ "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "php": ">=5.6.20"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.27"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "for parsing UTF-8 CSS"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "9.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Sabberworm\\CSS\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Raphael Schweikert"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Oliver Klee",
|
|
|
+ "email": "github@oliverklee.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jake Hotson",
|
|
|
+ "email": "jake.github@qzdesign.co.uk"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Parser for CSS Files written in PHP",
|
|
|
+ "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
|
|
|
+ "keywords": [
|
|
|
+ "css",
|
|
|
+ "parser",
|
|
|
+ "stylesheet"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
|
|
|
+ "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.5.1"
|
|
|
+ },
|
|
|
+ "time": "2024-02-15T16:41:13+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/console",
|
|
|
"version": "v6.0.19",
|
|
|
@@ -4003,6 +4657,86 @@
|
|
|
],
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-iconv",
|
|
|
+ "version": "v1.29.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-iconv.git",
|
|
|
+ "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f",
|
|
|
+ "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "ext-iconv": "*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-iconv": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Iconv\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for the Iconv extension",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "iconv",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-iconv/tree/v1.29.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-01-29T20:11:03+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/polyfill-intl-grapheme",
|
|
|
"version": "v1.27.0",
|
|
|
@@ -5446,6 +6180,89 @@
|
|
|
],
|
|
|
"time": "2022-10-16T01:01:54+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "voku/anti-xss",
|
|
|
+ "version": "4.1.42",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/voku/anti-xss.git",
|
|
|
+ "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/voku/anti-xss/zipball/bca1f8607e55a3c5077483615cd93bd8f11bd675",
|
|
|
+ "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0.0",
|
|
|
+ "voku/portable-utf8": "~6.0.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "voku\\helper\\": "src/voku/helper/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "EllisLab Dev Team",
|
|
|
+ "homepage": "http://ellislab.com/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Lars Moelleken",
|
|
|
+ "email": "lars@moelleken.org",
|
|
|
+ "homepage": "https://www.moelleken.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "anti xss-library",
|
|
|
+ "homepage": "https://github.com/voku/anti-xss",
|
|
|
+ "keywords": [
|
|
|
+ "anti-xss",
|
|
|
+ "clean",
|
|
|
+ "security",
|
|
|
+ "xss"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/voku/anti-xss/issues",
|
|
|
+ "source": "https://github.com/voku/anti-xss/tree/4.1.42"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.paypal.me/moelleken",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/voku",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/anti-xss",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/voku",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/voku/anti-xss",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-07-03T14:40:46+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "voku/portable-ascii",
|
|
|
"version": "2.0.1",
|
|
|
@@ -5520,6 +6337,109 @@
|
|
|
],
|
|
|
"time": "2022-03-08T17:03:00+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "voku/portable-utf8",
|
|
|
+ "version": "6.0.13",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/voku/portable-utf8.git",
|
|
|
+ "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/voku/portable-utf8/zipball/b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
|
|
|
+ "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0.0",
|
|
|
+ "symfony/polyfill-iconv": "~1.0",
|
|
|
+ "symfony/polyfill-intl-grapheme": "~1.0",
|
|
|
+ "symfony/polyfill-intl-normalizer": "~1.0",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php72": "~1.0",
|
|
|
+ "voku/portable-ascii": "~2.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpstan/phpstan": "1.9.*@dev",
|
|
|
+ "phpstan/phpstan-strict-rules": "1.4.*@dev",
|
|
|
+ "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
|
|
|
+ "thecodingmachine/phpstan-strict-rules": "1.0.*@dev",
|
|
|
+ "voku/phpstan-rules": "3.1.*@dev"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
|
|
|
+ "ext-fileinfo": "Use Fileinfo for better binary file detection",
|
|
|
+ "ext-iconv": "Use iconv for best performance",
|
|
|
+ "ext-intl": "Use Intl for best performance",
|
|
|
+ "ext-json": "Use JSON for string detection",
|
|
|
+ "ext-mbstring": "Use Mbstring for best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "voku\\": "src/voku/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "(Apache-2.0 or GPL-2.0)"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Hamid Sarfraz",
|
|
|
+ "homepage": "http://pageconfig.com/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Lars Moelleken",
|
|
|
+ "homepage": "http://www.moelleken.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
|
|
|
+ "homepage": "https://github.com/voku/portable-utf8",
|
|
|
+ "keywords": [
|
|
|
+ "UTF",
|
|
|
+ "clean",
|
|
|
+ "php",
|
|
|
+ "unicode",
|
|
|
+ "utf-8",
|
|
|
+ "utf8"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/voku/portable-utf8/issues",
|
|
|
+ "source": "https://github.com/voku/portable-utf8/tree/6.0.13"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.paypal.me/moelleken",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/voku",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/portable-utf8",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/voku",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-03-08T08:35:38+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "webmozart/assert",
|
|
|
"version": "1.11.0",
|
|
|
@@ -8114,5 +9034,5 @@
|
|
|
"php": "^8.0.2"
|
|
|
},
|
|
|
"platform-dev": [],
|
|
|
- "plugin-api-version": "2.0.0"
|
|
|
+ "plugin-api-version": "2.3.0"
|
|
|
}
|