diff --git a/mod/event_manager/composer.json b/mod/event_manager/composer.json index a8f3790c8..ba01a08b7 100644 --- a/mod/event_manager/composer.json +++ b/mod/event_manager/composer.json @@ -11,7 +11,7 @@ "require": { "composer/installers": "^1.0.8", "ext-json": "*", - "dompdf/dompdf" : "~0.8.0", + "dompdf/dompdf" : "~2.0.3", "bower-asset/fullcalendar": "~2.9.0" }, "require-dev": { diff --git a/mod/event_manager/composer.lock b/mod/event_manager/composer.lock index 8c7b4699f..9840ba0ca 100644 --- a/mod/event_manager/composer.lock +++ b/mod/event_manager/composer.lock @@ -4,14 +4,14 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5ad76985189cf311cd6533b9cca29bc5", + "content-hash": "bcacf8c1e895485a4c160ba1e248712a", "packages": [ { "name": "bower-asset/fullcalendar", "version": "v2.9.1", "source": { "type": "git", - "url": "git@github.com:fullcalendar/fullcalendar.git", + "url": "https://github.com/fullcalendar/fullcalendar.git", "reference": "07a680b2349cfa7c7f2b05c979295447f04ef426" }, "dist": { @@ -23,40 +23,9 @@ "bower-asset/jquery": ">=1.7.1", "bower-asset/moment": ">=2.5.0" }, - "require-dev": { - "bower-asset/bootstrap": "~3.2.0", - "bower-asset/jasmine-fixture": "~2.0.0", - "bower-asset/jasmine-jquery": "~2.1.1", - "bower-asset/jquery-mockjax": "~2.2.0", - "bower-asset/jquery-simulate": "~1.0.1", - "bower-asset/jquery-ui": ">=1.11.1", - "bower-asset/moment-timezone": "~0.2.1" - }, - "type": "bower-asset-library", - "extra": { - "bower-asset-main": [ - "dist/fullcalendar.js", - "dist/fullcalendar.css" - ], - "bower-asset-ignore": [ - "*", - "**/.*", - "!/dist/**", - "!/README.*", - "!/LICENSE.*", - "!/CHANGELOG.*", - "!/CONTRIBUTING.*" - ] - }, + "type": "bower-asset", "license": [ "MIT" - ], - "description": "Full-sized drag & drop event calendar", - "keywords": [ - "calendar", - "event", - "full-sized", - "jquery-plugin" ] }, { @@ -234,40 +203,40 @@ }, { "name": "dompdf/dompdf", - "version": "v0.8.5", + "version": "v2.0.3", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", - "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56" + "reference": "e8d2d5e37e8b0b30f0732a011295ab80680d7e85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56", - "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/e8d2d5e37e8b0b30f0732a011295ab80680d7e85", + "reference": "e8d2d5e37e8b0b30f0732a011295ab80680d7e85", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", - "phenx/php-font-lib": "^0.5.1", - "phenx/php-svg-lib": "^0.3.3", - "php": "^7.1" + "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": { - "phpunit/phpunit": "^7.5", + "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-imagick": "Improves image processing performance", + "ext-zlib": "Needed for pdf stream compression" }, "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "0.7-dev" - } - }, "autoload": { "psr-4": { "Dompdf\\": "src/" @@ -282,38 +251,98 @@ ], "authors": [ { - "name": "Fabien Ménager", - "email": "fabien.menager@gmail.com" + "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", + "time": "2023-02-07T12:51:48+00:00" + }, + { + "name": "masterminds/html5", + "version": "2.7.6", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "897eb517a343a2281f11bc5556d6548db7d93947" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", + "reference": "897eb517a343a2281f11bc5556d6548db7d93947", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-dom": "*", + "ext-libxml": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" + }, + "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": "Brian Sweeney", - "email": "eclecticgeek@gmail.com" + "name": "Matt Farina", + "email": "matt@mattfarina.com" }, { - "name": "Gabriel Bull", - "email": "me@gabrielbull.com" + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" } ], - "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", - "homepage": "https://github.com/dompdf/dompdf", - "time": "2020-02-20T03:52:51+00:00" + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ], + "time": "2022-08-18T16:18:26+00:00" }, { "name": "phenx/php-font-lib", - "version": "0.5.2", + "version": "0.5.4", "source": { "type": "git", - "url": "https://github.com/PhenX/php-font-lib.git", - "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8" + "url": "https://github.com/dompdf/php-font-lib.git", + "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8", - "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8", + "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4", + "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4", "shasum": "" }, + "require": { + "ext-mbstring": "*" + }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7" + "symfony/phpunit-bridge": "^3 || ^4 || ^5" }, "type": "library", "autoload": { @@ -333,27 +362,29 @@ ], "description": "A library to read, parse, export and make subsets of different types of font files.", "homepage": "https://github.com/PhenX/php-font-lib", - "time": "2020-03-08T15:31:32+00:00" + "time": "2021-12-17T19:44:54+00:00" }, { "name": "phenx/php-svg-lib", - "version": "v0.3.3", + "version": "0.5.0", "source": { "type": "git", - "url": "https://github.com/PhenX/php-svg-lib.git", - "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32" + "url": "https://github.com/dompdf/php-svg-lib.git", + "reference": "76876c6cf3080bcb6f249d7d59705108166a6685" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", - "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32", + "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685", + "reference": "76876c6cf3080bcb6f249d7d59705108166a6685", "shasum": "" }, "require": { - "sabberworm/php-css-parser": "^8.3" + "ext-mbstring": "*", + "php": "^7.1 || ^8.0", + "sabberworm/php-css-parser": "^8.4" }, "require-dev": { - "phpunit/phpunit": "^5.5|^6.5" + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" }, "type": "library", "autoload": { @@ -373,33 +404,37 @@ ], "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib", - "time": "2019-09-11T20:02:13+00:00" + "time": "2022-09-06T12:16:56+00:00" }, { "name": "sabberworm/php-css-parser", - "version": "8.3.1", + "version": "8.4.0", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", - "reference": "d217848e1396ef962fb1997cf3e2421acba7f796" + "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796", - "reference": "d217848e1396ef962fb1997cf3e2421acba7f796", + "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30", + "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30", "shasum": "" }, "require": { - "php": ">=5.3.2" + "ext-iconv": "*", + "php": ">=5.6.20" }, "require-dev": { "codacy/coverage": "^1.4", - "phpunit/phpunit": "~4.8" + "phpunit/phpunit": "^4.8.36" + }, + "suggest": { + "ext-mbstring": "for parsing UTF-8 CSS" }, "type": "library", "autoload": { - "psr-0": { - "Sabberworm\\CSS": "lib/" + "psr-4": { + "Sabberworm\\CSS\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -412,13 +447,13 @@ } ], "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": [ "css", "parser", "stylesheet" ], - "time": "2020-06-01T09:10:00+00:00" + "time": "2021-12-11T13:40:54+00:00" } ], "packages-dev": [ @@ -428,12 +463,12 @@ "source": { "type": "git", "url": "https://github.com/ColdTrick/releases.git", - "reference": "c135064f9fc269e4f4d3ea9f0ef40989165c7b7c" + "reference": "790b9eaba25cf29e0f0e1c39ba356c7e5ec44d92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ColdTrick/releases/zipball/c135064f9fc269e4f4d3ea9f0ef40989165c7b7c", - "reference": "c135064f9fc269e4f4d3ea9f0ef40989165c7b7c", + "url": "https://api.github.com/repos/ColdTrick/releases/zipball/790b9eaba25cf29e0f0e1c39ba356c7e5ec44d92", + "reference": "790b9eaba25cf29e0f0e1c39ba356c7e5ec44d92", "shasum": "" }, "type": "library", @@ -457,7 +492,7 @@ "type": "github" } ], - "time": "2020-07-08T11:28:12+00:00" + "time": "2021-09-16T14:21:52+00:00" }, { "name": "coldtrick/sniffs",