|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "500346cc4a4a83b162e07bb0071d1602",
|
|
|
+ "content-hash": "51c5797dc1629fe1f42b1fdc91c6e5d8",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
@@ -62,6 +62,72 @@
|
|
|
},
|
|
|
"time": "2021-03-11T06:42:03+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "barryvdh/laravel-dompdf",
|
|
|
+ "version": "v0.9.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/barryvdh/laravel-dompdf.git",
|
|
|
+ "reference": "5b99e1f94157d74e450f4c97e8444fcaffa2144b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/5b99e1f94157d74e450f4c97e8444fcaffa2144b",
|
|
|
+ "reference": "5b99e1f94157d74e450f4c97e8444fcaffa2144b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "dompdf/dompdf": "^1",
|
|
|
+ "illuminate/support": "^5.5|^6|^7|^8",
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "0.9-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Barryvdh\\DomPDF\\ServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "PDF": "Barryvdh\\DomPDF\\Facade"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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/v0.9.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/barryvdh",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-12-27T12:05:53+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "biscolab/laravel-recaptcha",
|
|
|
"version": "5.0.1",
|
|
@@ -780,6 +846,73 @@
|
|
|
],
|
|
|
"time": "2020-05-25T17:44:05+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "dompdf/dompdf",
|
|
|
+ "version": "v1.1.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/dompdf/dompdf.git",
|
|
|
+ "reference": "de4aad040737a89fae2129cdeb0f79c45513128d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/dompdf/dompdf/zipball/de4aad040737a89fae2129cdeb0f79c45513128d",
|
|
|
+ "reference": "de4aad040737a89fae2129cdeb0f79c45513128d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "phenx/php-font-lib": "^0.5.2",
|
|
|
+ "phenx/php-svg-lib": "^0.3.3",
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "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": "Fabien Ménager",
|
|
|
+ "email": "fabien.menager@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Brian Sweeney",
|
|
|
+ "email": "eclecticgeek@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Gabriel Bull",
|
|
|
+ "email": "me@gabrielbull.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "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/v1.1.1"
|
|
|
+ },
|
|
|
+ "time": "2021-11-24T00:45:04+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "dragonmantank/cron-expression",
|
|
|
"version": "v3.1.0",
|
|
@@ -1763,6 +1896,71 @@
|
|
|
},
|
|
|
"time": "2021-05-25T16:45:33+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "laraveldaily/laravel-invoices",
|
|
|
+ "version": "2.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/LaravelDaily/laravel-invoices.git",
|
|
|
+ "reference": "88c472680951acc57ccf179711add7d8dda36821"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/LaravelDaily/laravel-invoices/zipball/88c472680951acc57ccf179711add7d8dda36821",
|
|
|
+ "reference": "88c472680951acc57ccf179711add7d8dda36821",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "barryvdh/laravel-dompdf": "^0.9",
|
|
|
+ "illuminate/http": "^5.5|^6|^7|^8",
|
|
|
+ "illuminate/support": "^5.5|^6|^7|^8",
|
|
|
+ "php": ">=7.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^8.4",
|
|
|
+ "symfony/var-dumper": "^5.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "LaravelDaily\\Invoices\\InvoiceServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "Invoice": "LaravelDaily\\Invoices\\Facades\\Invoice"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "LaravelDaily\\Invoices\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "GPL-3.0-only"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "David Lun",
|
|
|
+ "email": "mysticcode@gmail.com",
|
|
|
+ "homepage": "https://lun.lt",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Missing invoices for Laravel",
|
|
|
+ "homepage": "https://github.com/LaravelDaily/laravel-invoices",
|
|
|
+ "keywords": [
|
|
|
+ "invoice",
|
|
|
+ "invoices",
|
|
|
+ "laravel"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/LaravelDaily/laravel-invoices/issues",
|
|
|
+ "source": "https://github.com/LaravelDaily/laravel-invoices/tree/2.2.0"
|
|
|
+ },
|
|
|
+ "time": "2021-09-29T08:31:40+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "league/commonmark",
|
|
|
"version": "1.6.2",
|
|
@@ -2601,6 +2799,92 @@
|
|
|
"abandoned": true,
|
|
|
"time": "2019-01-04T20:04:25+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "phenx/php-font-lib",
|
|
|
+ "version": "0.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PhenX/php-font-lib.git",
|
|
|
+ "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
|
|
|
+ "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "FontLib\\": "src/FontLib"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-3.0"
|
|
|
+ ],
|
|
|
+ "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/PhenX/php-font-lib/issues",
|
|
|
+ "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2"
|
|
|
+ },
|
|
|
+ "time": "2020-03-08T15:31:32+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phenx/php-svg-lib",
|
|
|
+ "version": "0.3.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PhenX/php-svg-lib.git",
|
|
|
+ "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
|
|
|
+ "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.4 || ^8.0",
|
|
|
+ "sabberworm/php-css-parser": "^8.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^9.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Svg\\": "src/Svg"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-3.0"
|
|
|
+ ],
|
|
|
+ "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/PhenX/php-svg-lib/issues",
|
|
|
+ "source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4"
|
|
|
+ },
|
|
|
+ "time": "2021-10-18T02:13:32+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "phpoption/phpoption",
|
|
|
"version": "1.7.5",
|
|
@@ -3262,6 +3546,55 @@
|
|
|
],
|
|
|
"time": "2020-08-18T17:17:46+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "sabberworm/php-css-parser",
|
|
|
+ "version": "8.3.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
|
|
|
+ "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
|
|
|
+ "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "codacy/coverage": "^1.4",
|
|
|
+ "phpunit/phpunit": "~4.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Sabberworm\\CSS": "lib/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Raphael Schweikert"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Parser for CSS Files written in PHP",
|
|
|
+ "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
|
|
|
+ "keywords": [
|
|
|
+ "css",
|
|
|
+ "parser",
|
|
|
+ "stylesheet"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
|
|
|
+ "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1"
|
|
|
+ },
|
|
|
+ "time": "2020-06-01T09:10:00+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "socialiteproviders/discord",
|
|
|
"version": "4.1.1",
|
|
@@ -8931,5 +9264,5 @@
|
|
|
"ext-intl": "*"
|
|
|
},
|
|
|
"platform-dev": [],
|
|
|
- "plugin-api-version": "2.0.0"
|
|
|
+ "plugin-api-version": "2.1.0"
|
|
|
}
|