Unverified Commit c65a8d25 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump dompdf/dompdf from 1.0.2 to 1.2.2



Bumps dompdf/dompdf from 1.0.2 to 1.2.2.

---
updated-dependencies:
- dependency-name: dompdf/dompdf
  dependency-type: indirect
...
Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 1172838d
...@@ -593,26 +593,28 @@ ...@@ -593,26 +593,28 @@
}, },
{ {
"name": "dompdf/dompdf", "name": "dompdf/dompdf",
"version": "v1.0.2", "version": "v1.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dompdf/dompdf.git", "url": "https://github.com/dompdf/dompdf.git",
"reference": "8768448244967a46d6e67b891d30878e0e15d25c" "reference": "5031045d9640b38cfc14aac9667470df09c9e090"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/8768448244967a46d6e67b891d30878e0e15d25c", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5031045d9640b38cfc14aac9667470df09c9e090",
"reference": "8768448244967a46d6e67b891d30878e0e15d25c", "reference": "5031045d9640b38cfc14aac9667470df09c9e090",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"phenx/php-font-lib": "^0.5.2", "phenx/php-font-lib": "^0.5.4",
"phenx/php-svg-lib": "^0.3.3", "phenx/php-svg-lib": "^0.3.3 || ^0.4.0",
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"ext-json": "*",
"ext-zip": "*",
"mockery/mockery": "^1.3", "mockery/mockery": "^1.3",
"phpunit/phpunit": "^7.5 || ^8 || ^9", "phpunit/phpunit": "^7.5 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3.5" "squizlabs/php_codesniffer": "^3.5"
...@@ -624,11 +626,6 @@ ...@@ -624,11 +626,6 @@
"ext-zlib": "Needed for pdf stream compression" "ext-zlib": "Needed for pdf stream compression"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Dompdf\\": "src/" "Dompdf\\": "src/"
...@@ -659,9 +656,9 @@ ...@@ -659,9 +656,9 @@
"homepage": "https://github.com/dompdf/dompdf", "homepage": "https://github.com/dompdf/dompdf",
"support": { "support": {
"issues": "https://github.com/dompdf/dompdf/issues", "issues": "https://github.com/dompdf/dompdf/issues",
"source": "https://github.com/dompdf/dompdf/tree/v1.0.2" "source": "https://github.com/dompdf/dompdf/tree/v1.2.2"
}, },
"time": "2021-01-08T14:18:52+00:00" "time": "2022-04-27T13:50:54+00:00"
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
...@@ -2003,20 +2000,23 @@ ...@@ -2003,20 +2000,23 @@
}, },
{ {
"name": "phenx/php-font-lib", "name": "phenx/php-font-lib",
"version": "0.5.2", "version": "0.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PhenX/php-font-lib.git", "url": "https://github.com/dompdf/php-font-lib.git",
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8" "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8", "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8", "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
"shasum": "" "shasum": ""
}, },
"require": {
"ext-mbstring": "*"
},
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7" "symfony/phpunit-bridge": "^3 || ^4 || ^5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -2037,30 +2037,32 @@ ...@@ -2037,30 +2037,32 @@
"description": "A library to read, parse, export and make subsets of different types of font files.", "description": "A library to read, parse, export and make subsets of different types of font files.",
"homepage": "https://github.com/PhenX/php-font-lib", "homepage": "https://github.com/PhenX/php-font-lib",
"support": { "support": {
"issues": "https://github.com/PhenX/php-font-lib/issues", "issues": "https://github.com/dompdf/php-font-lib/issues",
"source": "https://github.com/PhenX/php-font-lib/tree/0.5.2" "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
}, },
"time": "2020-03-08T15:31:32+00:00" "time": "2021-12-17T19:44:54+00:00"
}, },
{ {
"name": "phenx/php-svg-lib", "name": "phenx/php-svg-lib",
"version": "v0.3.3", "version": "0.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PhenX/php-svg-lib.git", "url": "https://github.com/dompdf/php-svg-lib.git",
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32" "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/4498b5df7b08e8469f0f8279651ea5de9626ed02",
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"sabberworm/php-css-parser": "^8.3" "ext-mbstring": "*",
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
"sabberworm/php-css-parser": "^8.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.5|^6.5" "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -2081,10 +2083,10 @@ ...@@ -2081,10 +2083,10 @@
"description": "A library to read, parse and export to PDF SVG files.", "description": "A library to read, parse and export to PDF SVG files.",
"homepage": "https://github.com/PhenX/php-svg-lib", "homepage": "https://github.com/PhenX/php-svg-lib",
"support": { "support": {
"issues": "https://github.com/PhenX/php-svg-lib/issues", "issues": "https://github.com/dompdf/php-svg-lib/issues",
"source": "https://github.com/PhenX/php-svg-lib/tree/master" "source": "https://github.com/dompdf/php-svg-lib/tree/0.4.1"
}, },
"time": "2019-09-11T20:02:13+00:00" "time": "2022-03-07T12:52:04+00:00"
}, },
{ {
"name": "phpoption/phpoption", "name": "phpoption/phpoption",
...@@ -2571,29 +2573,33 @@ ...@@ -2571,29 +2573,33 @@
}, },
{ {
"name": "sabberworm/php-css-parser", "name": "sabberworm/php-css-parser",
"version": "8.3.1", "version": "8.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796" "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796", "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796", "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "ext-iconv": "*",
"php": ">=5.6.20"
}, },
"require-dev": { "require-dev": {
"codacy/coverage": "^1.4", "codacy/coverage": "^1.4",
"phpunit/phpunit": "~4.8" "phpunit/phpunit": "^4.8.36"
},
"suggest": {
"ext-mbstring": "for parsing UTF-8 CSS"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Sabberworm\\CSS": "lib/" "Sabberworm\\CSS\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -2606,7 +2612,7 @@ ...@@ -2606,7 +2612,7 @@
} }
], ],
"description": "Parser for CSS Files written in PHP", "description": "Parser for CSS Files written in PHP",
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
"keywords": [ "keywords": [
"css", "css",
"parser", "parser",
...@@ -2614,9 +2620,9 @@ ...@@ -2614,9 +2620,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1" "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
}, },
"time": "2020-06-01T09:10:00+00:00" "time": "2021-12-11T13:40:54+00:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
...@@ -7321,5 +7327,5 @@ ...@@ -7321,5 +7327,5 @@
"php": "^7.2" "php": "^7.2"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.0.0" "plugin-api-version": "2.3.0"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment