Update mpdf

This commit is contained in:
Hillel Coren 2018-10-25 09:40:24 +03:00
parent 15324ffcb4
commit 545d55dc70
2 changed files with 89 additions and 70 deletions

View file

@ -51,7 +51,7 @@
"league/flysystem-rackspace": "~1.0",
"league/fractal": "0.13.*",
"maatwebsite/excel": "~2.0",
"mpdf/mpdf": "6.1.3",
"mpdf/mpdf": "7.1.0",
"nesbot/carbon": "^1.25",
"nwidart/laravel-modules": "1.*",
"omnipay/authorizenet": "dev-solution-id as 2.5.0",

157
composer.lock generated
View file

@ -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": "2172e546d6290b209356879fcd4b0ecf",
"content-hash": "49e5c7937df60eb898cc0283388e6dd0",
"packages": [
{
"name": "abdala/omnipay-pagseguro",
@ -2639,7 +2639,8 @@
"reference": "origin/master",
"shasum": null
},
"type": "library"
"type": "library",
"time": "2017-12-08T12:01:09+00:00"
},
{
"name": "gocardless/gocardless-pro",
@ -2698,12 +2699,12 @@
"version": "v2.2.1",
"source": {
"type": "git",
"url": "https://github.com/google/google-api-php-client.git",
"url": "https://github.com/googleapis/google-api-php-client.git",
"reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/google-api-php-client/zipball/b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
"reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
"shasum": ""
},
@ -2757,12 +2758,12 @@
"version": "v0.49",
"source": {
"type": "git",
"url": "https://github.com/google/google-api-php-client-services.git",
"url": "https://github.com/googleapis/google-api-php-client-services.git",
"reference": "7552d7d1bb92e933fc93088014c8c2555c0feab6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/7552d7d1bb92e933fc93088014c8c2555c0feab6",
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/7552d7d1bb92e933fc93088014c8c2555c0feab6",
"reference": "7552d7d1bb92e933fc93088014c8c2555c0feab6",
"shasum": ""
},
@ -2794,12 +2795,12 @@
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/google/google-auth-library-php.git",
"url": "https://github.com/googleapis/google-auth-library-php.git",
"reference": "da0062d279c9459350808a4fb63dbc08b90d6b90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/google-auth-library-php/zipball/da0062d279c9459350808a4fb63dbc08b90d6b90",
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/da0062d279c9459350808a4fb63dbc08b90d6b90",
"reference": "da0062d279c9459350808a4fb63dbc08b90d6b90",
"shasum": ""
},
@ -2841,12 +2842,12 @@
"version": "v0.56.0",
"source": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/google-cloud-php.git",
"url": "https://github.com/googleapis/google-cloud-php.git",
"reference": "7136c7e12596a3461840cac916937e24462b2ad1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GoogleCloudPlatform/google-cloud-php/zipball/7136c7e12596a3461840cac916937e24462b2ad1",
"url": "https://api.github.com/repos/googleapis/google-cloud-php/zipball/7136c7e12596a3461840cac916937e24462b2ad1",
"reference": "7136c7e12596a3461840cac916937e24462b2ad1",
"shasum": ""
},
@ -5354,54 +5355,71 @@
},
{
"name": "mpdf/mpdf",
"version": "v6.1.3",
"version": "v7.1.0",
"source": {
"type": "git",
"url": "https://github.com/mpdf/mpdf.git",
"reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
"reference": "8e3d0d7bf74f71d04904215fb487d01e924c469a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
"reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
"url": "https://api.github.com/repos/mpdf/mpdf/zipball/8e3d0d7bf74f71d04904215fb487d01e924c469a",
"reference": "8e3d0d7bf74f71d04904215fb487d01e924c469a",
"shasum": ""
},
"require": {
"ext-gd": "*",
"ext-mbstring": "*",
"php": ">=5.4.0",
"myclabs/deep-copy": "^1.7",
"paragonie/random_compat": "^1.4|^2.0",
"php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
"psr/log": "^1.0",
"setasign/fpdi": "1.6.*"
},
"require-dev": {
"phpunit/phpunit": "^4.7"
"mockery/mockery": "^0.9.5",
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "^2.7.0",
"tracy/tracy": "^2.4"
},
"suggest": {
"ext-bcmath": "Needed for generation of some types of barcodes",
"ext-xml": "Needed mainly for SVG manipulation",
"ext-zlib": "Needed for compression of embedded resources, such as fonts"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-development": "7.0-dev"
}
},
"autoload": {
"classmap": [
"mpdf.php",
"classes"
]
"psr-4": {
"Mpdf\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
"GPL-2.0-only"
],
"authors": [
{
"name": "Matěj Humpál",
"role": "Developer, maintainer"
},
{
"name": "Ian Back",
"role": "Developer"
"role": "Developer (retired)"
}
],
"description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
"homepage": "http://mpdf.github.io",
"homepage": "https://mpdf.github.io",
"keywords": [
"pdf",
"php",
"utf-8"
],
"time": "2016-12-12T10:42:18+00:00"
"time": "2018-05-18T05:41:37+00:00"
},
{
"name": "mtdowling/cron-expression",
@ -5502,6 +5520,51 @@
],
"time": "2016-12-03T22:08:25+00:00"
},
{
"name": "myclabs/deep-copy",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"time": "2017-10-19T19:58:43+00:00"
},
{
"name": "nesbot/carbon",
"version": "1.25.0",
@ -6908,6 +6971,7 @@
"twocheckout",
"worldpay"
],
"abandoned": "league/omnipay",
"time": "2017-03-21T09:24:49+00:00"
},
{
@ -11688,51 +11752,6 @@
],
"time": "2017-11-15T11:08:09+00:00"
},
{
"name": "myclabs/deep-copy",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"time": "2017-10-19T19:58:43+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "1.0.1",