diff --git a/lodel/scripts/composer.lock b/lodel/scripts/composer.lock index 200550617..d8b1bf0a1 100644 --- a/lodel/scripts/composer.lock +++ b/lodel/scripts/composer.lock @@ -1,23 +1,23 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "3fe53f1890bcde74949d86e22a173885", "packages": [ { "name": "adodb/adodb-php", - "version": "v5.20.13", + "version": "v5.20.16", "source": { "type": "git", "url": "https://github.com/ADOdb/ADOdb.git", - "reference": "1141326db4b5092cee95841a1c056f876b9b4c83" + "reference": "b3cbd53be811f8307493f387ca5831143c1925c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/1141326db4b5092cee95841a1c056f876b9b4c83", - "reference": "1141326db4b5092cee95841a1c056f876b9b4c83", + "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/b3cbd53be811f8307493f387ca5831143c1925c1", + "reference": "b3cbd53be811f8307493f387ca5831143c1925c1", "shasum": "" }, "require": { @@ -58,27 +58,27 @@ "library", "php" ], - "time": "2018-08-06T16:04:33+00:00" + "time": "2020-01-12T17:37:13+00:00" }, { "name": "ezyang/htmlpurifier", - "version": "v4.10.0", + "version": "v4.12.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "d85d39da4576a6934b72480be6978fb10c860021" + "reference": "a617e55bc62a87eec73bd456d146d134ad716f03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021", - "reference": "d85d39da4576a6934b72480be6978fb10c860021", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03", + "reference": "a617e55bc62a87eec73bd456d146d134ad716f03", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { - "simpletest/simpletest": "^1.1" + "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" }, "type": "library", "autoload": { @@ -91,7 +91,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL" + "LGPL-2.1-or-later" ], "authors": [ { @@ -105,24 +105,24 @@ "keywords": [ "html" ], - "time": "2018-02-23T01:58:20+00:00" + "time": "2019-10-28T03:44:26+00:00" }, { "name": "geshi/geshi", - "version": "v1.0.9.0", + "version": "v1.0.9.1", "source": { "type": "git", "url": "https://github.com/GeSHi/geshi-1.0.git", - "reference": "5a7b461338d322d941986a656d4d1651452e73dd" + "reference": "fd22ab78481bf90337862b590e6f7517863926b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/5a7b461338d322d941986a656d4d1651452e73dd", - "reference": "5a7b461338d322d941986a656d4d1651452e73dd", + "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/fd22ab78481bf90337862b590e6f7517863926b8", + "reference": "fd22ab78481bf90337862b590e6f7517863926b8", "shasum": "" }, "require-dev": { - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.2" }, "type": "library", "autoload": { @@ -145,7 +145,7 @@ ], "description": "Generic Syntax Highlighter", "homepage": "http://qbnz.com/highlighter/", - "time": "2017-05-05T05:51:25+00:00" + "time": "2019-10-20T20:54:46+00:00" }, { "name": "jelix/wikirenderer", @@ -194,16 +194,16 @@ }, { "name": "pear/console_getopt", - "version": "v1.4.1", + "version": "v1.4.3", "source": { "type": "git", "url": "https://github.com/pear/Console_Getopt.git", - "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f" + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", - "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", "shasum": "" }, "type": "library", @@ -220,11 +220,6 @@ "BSD-2-Clause" ], "authors": [ - { - "name": "Greg Beaver", - "email": "cellog@php.net", - "role": "Helper" - }, { "name": "Andrei Zmievski", "email": "andrei@php.net", @@ -234,10 +229,15 @@ "name": "Stig Bakken", "email": "stig@php.net", "role": "Developer" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" } ], "description": "More info available on: http://pear.php.net/package/Console_Getopt", - "time": "2015-07-20T20:28:12+00:00" + "time": "2019-11-20T18:27:48+00:00" }, { "name": "pear/mail", @@ -299,16 +299,16 @@ }, { "name": "pear/mail_mime", - "version": "1.10.2", + "version": "1.10.6", "source": { "type": "git", "url": "https://github.com/pear/Mail_Mime.git", - "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a" + "reference": "7cb95a6020fa52be9576a0cf1b832293fe9456e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/7b2f93fa5219da99e9997f497b916b5bb27eb57a", - "reference": "7b2f93fa5219da99e9997f497b916b5bb27eb57a", + "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/7cb95a6020fa52be9576a0cf1b832293fe9456e4", + "reference": "7cb95a6020fa52be9576a0cf1b832293fe9456e4", "shasum": "" }, "require": { @@ -341,24 +341,24 @@ ], "description": "Mail_Mime provides classes to create MIME messages", "homepage": "http://pear.php.net/package/Mail_Mime", - "time": "2017-11-17T09:21:45+00:00" + "time": "2020-01-30T07:22:36+00:00" }, { "name": "pear/pear-core-minimal", - "version": "v1.10.6", + "version": "v1.10.10", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "052868b244d31f822796e7e9981f62557eb256d4" + "reference": "625a3c429d9b2c1546438679074cac1b089116a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/052868b244d31f822796e7e9981f62557eb256d4", - "reference": "052868b244d31f822796e7e9981f62557eb256d4", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7", + "reference": "625a3c429d9b2c1546438679074cac1b089116a7", "shasum": "" }, "require": { - "pear/console_getopt": "~1.3", + "pear/console_getopt": "~1.4", "pear/pear_exception": "~1.0" }, "replace": { @@ -385,20 +385,20 @@ } ], "description": "Minimal set of PEAR core files to be used as composer dependency", - "time": "2018-08-22T19:28:09+00:00" + "time": "2019-11-19T19:00:24+00:00" }, { "name": "pear/pear_exception", - "version": "v1.0.0", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/pear/PEAR_Exception.git", - "reference": "8c18719fdae000b690e3912be401c76e406dd13b" + "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", - "reference": "8c18719fdae000b690e3912be401c76e406dd13b", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", + "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", "shasum": "" }, "require": { @@ -414,9 +414,9 @@ } }, "autoload": { - "psr-0": { - "PEAR": "" - } + "classmap": [ + "PEAR/" + ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ @@ -440,7 +440,7 @@ "keywords": [ "exception" ], - "time": "2015-02-10T20:07:52+00:00" + "time": "2019-12-10T10:24:42+00:00" }, { "name": "roderik/pwgen-php", @@ -491,16 +491,16 @@ }, { "name": "simplepie/simplepie", - "version": "1.5.2", + "version": "1.5.4", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", - "reference": "0e8fe72132dad765d25db4cabc69a91139af1263" + "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplepie/simplepie/zipball/0e8fe72132dad765d25db4cabc69a91139af1263", - "reference": "0e8fe72132dad765d25db4cabc69a91139af1263", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/f4c8246511a38fc9d99a59fb42f61eeeafb31663", + "reference": "f4c8246511a38fc9d99a59fb42f61eeeafb31663", "shasum": "" }, "require": { @@ -554,20 +554,20 @@ "feeds", "rss" ], - "time": "2018-08-02T05:43:58+00:00" + "time": "2019-11-23T07:05:15+00:00" }, { "name": "stefangabos/zebra_image", - "version": "2.2.7", + "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/stefangabos/Zebra_Image.git", - "reference": "d2123c46422acadca782091adbf579d2ed82aaaf" + "reference": "936cca74c16f50797ad8156a25a9de0a2ffcff7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stefangabos/Zebra_Image/zipball/d2123c46422acadca782091adbf579d2ed82aaaf", - "reference": "d2123c46422acadca782091adbf579d2ed82aaaf", + "url": "https://api.github.com/repos/stefangabos/Zebra_Image/zipball/936cca74c16f50797ad8156a25a9de0a2ffcff7c", + "reference": "936cca74c16f50797ad8156a25a9de0a2ffcff7c", "shasum": "" }, "require": { @@ -602,7 +602,7 @@ "resize", "thumbnail" ], - "time": "2017-08-21T15:16:07+00:00" + "time": "2020-02-16T15:35:57+00:00" } ], "packages-dev": [],