From bcc52d3741a999468558c13e9b63fab5f5f4711b Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Wed, 10 Nov 2021 10:52:17 -0800 Subject: [PATCH] more package updates to continue to prep for php 8.1 (#4731) --- build.xml | 9 -- composer.json | 18 ++-- composer.lock | 277 +++++++++++++++++++++++----------------------------------- 3 files changed, 118 insertions(+), 186 deletions(-) diff --git a/build.xml b/build.xml index a370e0ef2..092d00dab 100644 --- a/build.xml +++ b/build.xml @@ -28,15 +28,6 @@ - - - - - - - - - diff --git a/composer.json b/composer.json index 1badeecc6..00754b588 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": ">=7.4.0", "academe/omnipay-authorizenetapi": "3.1.2", - "adodb/adodb-php": "5.21.2", + "adodb/adodb-php": "5.21.3", "dompdf/dompdf": "1.0.2", "ezyang/htmlpurifier": "4.13.0", "guzzlehttp/guzzle": "7.4.0", @@ -38,27 +38,27 @@ "laminas/laminas-xmlrpc": "2.11.0", "league/omnipay": "3.2.1", "mobiledetect/mobiledetectlib": "2.8.37", - "mpdf/mpdf": "8.0.13", + "mpdf/mpdf": "8.0.14", "omnipay/stripe": "3.1.0", "paragonie/multi-factor": "0.2.2", "particle/validator": "2.3.4", "pear/archive_tar": "1.4.14", "phpmailer/phpmailer": "6.5.1", - "phpoffice/phpspreadsheet": "1.18.0", + "phpoffice/phpspreadsheet": "1.19.0", "phpseclib/phpseclib": "2.0.34", "ramsey/uuid": "4.2.3", "rospdf/pdf-php": "0.12.63", "smarty/smarty": "2.6.33", - "symfony/config": "4.4.30", - "symfony/dependency-injection": "4.4.31", + "symfony/config": "4.4.33", + "symfony/dependency-injection": "4.4.33", "symfony/event-dispatcher": "4.4.30", - "symfony/http-foundation": "4.4.30", + "symfony/http-foundation": "4.4.33", "symfony/yaml": "4.4.29", "twig/twig": "3.3.3", - "vlucas/phpdotenv": "5.3.1", + "vlucas/phpdotenv": "5.4.0", "waryway/php-traits-library": "1.0.4", "yubico/u2flib-server": "1.0.2", - "steverhoades/oauth2-openid-connect-server": "2.2.0", + "steverhoades/oauth2-openid-connect-server": "2.4.0", "nyholm/psr7": "1.4.1", "nyholm/psr7-server": "1.0.2", "lcobucci/jwt": "4.1.5", @@ -66,7 +66,7 @@ "monolog/monolog": "2.3.5", "google/apiclient": "2.11.0", "stripe/stripe-php": "7.100.0", - "aranyasen/hl7": "2.1.0" + "aranyasen/hl7": "2.1.2" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index 5bb484ae3..3cb09d8cb 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "f061cafeac6fe5b0ccfd8a135a0a6447", + "content-hash": "4330e1ee4d9d6325f27f501aa8c7134f", "packages": [ { "name": "academe/authorizenet-objects", @@ -132,16 +132,16 @@ }, { "name": "adodb/adodb-php", - "version": "v5.21.2", + "version": "v5.21.3", "source": { "type": "git", "url": "https://github.com/ADOdb/ADOdb.git", - "reference": "aa161c28dfffcab13a3cb9bd407917573987f0f6" + "reference": "c5415722049f36c446a4034d15f1d17943f11458" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/aa161c28dfffcab13a3cb9bd407917573987f0f6", - "reference": "aa161c28dfffcab13a3cb9bd407917573987f0f6", + "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/c5415722049f36c446a4034d15f1d17943f11458", + "reference": "c5415722049f36c446a4034d15f1d17943f11458", "shasum": "" }, "require": { @@ -189,20 +189,20 @@ "issues": "https://github.com/ADOdb/ADOdb/issues", "source": "https://github.com/ADOdb/ADOdb" }, - "time": "2021-08-22T10:49:44+00:00" + "time": "2021-10-31T14:56:48+00:00" }, { "name": "aranyasen/hl7", - "version": "2.1.0", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/senaranya/HL7.git", - "reference": "95e96b622fc1f6e7ef845c46de1686181d98b492" + "reference": "8009c82ca0f60d33cff8abb6f8c6d6cc7097ca2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/senaranya/HL7/zipball/95e96b622fc1f6e7ef845c46de1686181d98b492", - "reference": "95e96b622fc1f6e7ef845c46de1686181d98b492", + "url": "https://api.github.com/repos/senaranya/HL7/zipball/8009c82ca0f60d33cff8abb6f8c6d6cc7097ca2a", + "reference": "8009c82ca0f60d33cff8abb6f8c6d6cc7097ca2a", "shasum": "" }, "require": { @@ -213,7 +213,8 @@ "dms/phpunit-arraysubset-asserts": "^0.2", "ext-pcntl": "*", "ext-sockets": "*", - "phpunit/phpunit": "^9" + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.6" }, "type": "library", "extra": { @@ -240,9 +241,9 @@ "description": "HL7 parser, generator and sender.", "support": { "issues": "https://github.com/senaranya/HL7/issues", - "source": "https://github.com/senaranya/HL7/tree/2.1.0" + "source": "https://github.com/senaranya/HL7/tree/2.1.2" }, - "time": "2021-10-20T01:58:36+00:00" + "time": "2021-11-08T11:14:28+00:00" }, { "name": "bacon/bacon-qr-code", @@ -693,16 +694,16 @@ }, { "name": "firebase/php-jwt", - "version": "v5.4.0", + "version": "v5.5.1", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2" + "reference": "83b609028194aa042ea33b5af2d41a7427de80e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2", - "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6", + "reference": "83b609028194aa042ea33b5af2d41a7427de80e6", "shasum": "" }, "require": { @@ -744,9 +745,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v5.4.0" + "source": "https://github.com/firebase/php-jwt/tree/v5.5.1" }, - "time": "2021-06-23T19:00:23+00:00" + "time": "2021-11-08T20:18:51+00:00" }, { "name": "google/apiclient", @@ -821,16 +822,16 @@ }, { "name": "google/apiclient-services", - "version": "v0.218.0", + "version": "v0.221.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-api-php-client-services.git", - "reference": "ea990973edf24d959c9e9f550182a53672d5a4bc" + "reference": "55fb77c4dcb7ec2b41128d41815b3aac65ddfadb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/ea990973edf24d959c9e9f550182a53672d5a4bc", - "reference": "ea990973edf24d959c9e9f550182a53672d5a4bc", + "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/55fb77c4dcb7ec2b41128d41815b3aac65ddfadb", + "reference": "55fb77c4dcb7ec2b41128d41815b3aac65ddfadb", "shasum": "" }, "require": { @@ -859,9 +860,9 @@ ], "support": { "issues": "https://github.com/googleapis/google-api-php-client-services/issues", - "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.218.0" + "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.221.0" }, - "time": "2021-10-06T11:20:29+00:00" + "time": "2021-11-06T11:26:11+00:00" }, { "name": "google/auth", @@ -4124,16 +4125,16 @@ }, { "name": "markbaker/complex", - "version": "2.0.3", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPComplex.git", - "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946" + "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946", - "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946", + "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22", + "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22", "shasum": "" }, "require": { @@ -4149,51 +4150,7 @@ "autoload": { "psr-4": { "Complex\\": "classes/src/" - }, - "files": [ - "classes/src/functions/abs.php", - "classes/src/functions/acos.php", - "classes/src/functions/acosh.php", - "classes/src/functions/acot.php", - "classes/src/functions/acoth.php", - "classes/src/functions/acsc.php", - "classes/src/functions/acsch.php", - "classes/src/functions/argument.php", - "classes/src/functions/asec.php", - "classes/src/functions/asech.php", - "classes/src/functions/asin.php", - "classes/src/functions/asinh.php", - "classes/src/functions/atan.php", - "classes/src/functions/atanh.php", - "classes/src/functions/conjugate.php", - "classes/src/functions/cos.php", - "classes/src/functions/cosh.php", - "classes/src/functions/cot.php", - "classes/src/functions/coth.php", - "classes/src/functions/csc.php", - "classes/src/functions/csch.php", - "classes/src/functions/exp.php", - "classes/src/functions/inverse.php", - "classes/src/functions/ln.php", - "classes/src/functions/log2.php", - "classes/src/functions/log10.php", - "classes/src/functions/negative.php", - "classes/src/functions/pow.php", - "classes/src/functions/rho.php", - "classes/src/functions/sec.php", - "classes/src/functions/sech.php", - "classes/src/functions/sin.php", - "classes/src/functions/sinh.php", - "classes/src/functions/sqrt.php", - "classes/src/functions/tan.php", - "classes/src/functions/tanh.php", - "classes/src/functions/theta.php", - "classes/src/operations/add.php", - "classes/src/operations/subtract.php", - "classes/src/operations/multiply.php", - "classes/src/operations/divideby.php", - "classes/src/operations/divideinto.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4213,22 +4170,22 @@ ], "support": { "issues": "https://github.com/MarkBaker/PHPComplex/issues", - "source": "https://github.com/MarkBaker/PHPComplex/tree/2.0.3" + "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.1" }, - "time": "2021-06-02T09:44:11+00:00" + "time": "2021-06-29T15:32:53+00:00" }, { "name": "markbaker/matrix", - "version": "2.1.3", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPMatrix.git", - "reference": "174395a901b5ba0925f1d790fa91bab531074b61" + "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61", - "reference": "174395a901b5ba0925f1d790fa91bab531074b61", + "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576", + "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576", "shasum": "" }, "require": { @@ -4248,25 +4205,7 @@ "autoload": { "psr-4": { "Matrix\\": "classes/src/" - }, - "files": [ - "classes/src/Functions/adjoint.php", - "classes/src/Functions/antidiagonal.php", - "classes/src/Functions/cofactors.php", - "classes/src/Functions/determinant.php", - "classes/src/Functions/diagonal.php", - "classes/src/Functions/identity.php", - "classes/src/Functions/inverse.php", - "classes/src/Functions/minors.php", - "classes/src/Functions/trace.php", - "classes/src/Functions/transpose.php", - "classes/src/Operations/add.php", - "classes/src/Operations/directsum.php", - "classes/src/Operations/subtract.php", - "classes/src/Operations/multiply.php", - "classes/src/Operations/divideby.php", - "classes/src/Operations/divideinto.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4287,9 +4226,9 @@ ], "support": { "issues": "https://github.com/MarkBaker/PHPMatrix/issues", - "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3" + "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.0" }, - "time": "2021-05-25T15:42:17+00:00" + "time": "2021-07-01T19:01:15+00:00" }, { "name": "mobiledetect/mobiledetectlib", @@ -4540,16 +4479,16 @@ }, { "name": "mpdf/mpdf", - "version": "v8.0.13", + "version": "v8.0.14", "source": { "type": "git", "url": "https://github.com/mpdf/mpdf.git", - "reference": "42f145615cfe830fd432474da1d2e1f927efe402" + "reference": "ab362c8b11667813487be5d3da64b31c89d9d826" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mpdf/mpdf/zipball/42f145615cfe830fd432474da1d2e1f927efe402", - "reference": "42f145615cfe830fd432474da1d2e1f927efe402", + "url": "https://api.github.com/repos/mpdf/mpdf/zipball/ab362c8b11667813487be5d3da64b31c89d9d826", + "reference": "ab362c8b11667813487be5d3da64b31c89d9d826", "shasum": "" }, "require": { @@ -4558,7 +4497,7 @@ "myclabs/deep-copy": "^1.7", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0", - "psr/log": "^1.0", + "psr/log": "^1.0 || ^2.0", "setasign/fpdi": "^2.1" }, "require-dev": { @@ -4611,7 +4550,7 @@ "type": "custom" } ], - "time": "2021-09-10T10:09:59+00:00" + "time": "2021-11-02T20:27:57+00:00" }, { "name": "myclabs/deep-copy", @@ -4733,16 +4672,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.13.0", + "version": "v4.13.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53" + "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd", + "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd", "shasum": "" }, "require": { @@ -4783,9 +4722,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1" }, - "time": "2021-09-20T12:20:58+00:00" + "time": "2021-11-03T20:52:16+00:00" }, { "name": "nyholm/psr7", @@ -6110,16 +6049,16 @@ }, { "name": "phpoffice/phpspreadsheet", - "version": "1.18.0", + "version": "1.19.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c" + "reference": "a9ab55bfae02eecffb3df669a2e19ba0e2f04bbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c", - "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a9ab55bfae02eecffb3df669a2e19ba0e2f04bbf", + "reference": "a9ab55bfae02eecffb3df669a2e19ba0e2f04bbf", "shasum": "" }, "require": { @@ -6138,8 +6077,8 @@ "ext-zlib": "*", "ezyang/htmlpurifier": "^4.13", "maennchen/zipstream-php": "^2.1", - "markbaker/complex": "^2.0", - "markbaker/matrix": "^2.0", + "markbaker/complex": "^3.0", + "markbaker/matrix": "^3.0", "php": "^7.2 || ^8.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", @@ -6208,9 +6147,9 @@ ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0" + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.19.0" }, - "time": "2021-05-31T18:21:15+00:00" + "time": "2021-10-31T15:09:20+00:00" }, { "name": "phpoption/phpoption", @@ -6441,20 +6380,20 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -6483,9 +6422,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/1.1.2" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/http-client", @@ -7217,25 +7156,25 @@ }, { "name": "steverhoades/oauth2-openid-connect-server", - "version": "v2.2.0", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/steverhoades/oauth2-openid-connect-server.git", - "reference": "766692dc6c2d597d9af3ee3275911b2c5a3ccf6a" + "reference": "5f8f0246c1507dcc4d9dbcad32d651fe276c4409" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/766692dc6c2d597d9af3ee3275911b2c5a3ccf6a", - "reference": "766692dc6c2d597d9af3ee3275911b2c5a3ccf6a", + "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/5f8f0246c1507dcc4d9dbcad32d651fe276c4409", + "reference": "5f8f0246c1507dcc4d9dbcad32d651fe276c4409", "shasum": "" }, "require": { - "lcobucci/jwt": "^3.4.3|^4.1", + "lcobucci/jwt": "4.1.5", "league/oauth2-server": "^5.1|^6.0|^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^5.0|^9.5", - "zendframework/zend-diactoros": "^1.3.2" + "laminas/laminas-diactoros": "^1.3.2", + "phpunit/phpunit": "^5.0|^9.5" }, "type": "library", "autoload": { @@ -7256,9 +7195,9 @@ "description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server", "support": { "issues": "https://github.com/steverhoades/oauth2-openid-connect-server/issues", - "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v2.2.0" + "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v2.4.0" }, - "time": "2021-10-13T01:11:55+00:00" + "time": "2021-10-28T13:38:28+00:00" }, { "name": "stripe/stripe-php", @@ -7323,16 +7262,16 @@ }, { "name": "symfony/config", - "version": "v4.4.30", + "version": "v4.4.33", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "d9ea72de055cd822e5228ff898e2aad2f52f76b0" + "reference": "25c11934bf20c1633f3f125fed0bd7e29f5d8f24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/d9ea72de055cd822e5228ff898e2aad2f52f76b0", - "reference": "d9ea72de055cd822e5228ff898e2aad2f52f76b0", + "url": "https://api.github.com/repos/symfony/config/zipball/25c11934bf20c1633f3f125fed0bd7e29f5d8f24", + "reference": "25c11934bf20c1633f3f125fed0bd7e29f5d8f24", "shasum": "" }, "require": { @@ -7381,7 +7320,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v4.4.30" + "source": "https://github.com/symfony/config/tree/v4.4.33" }, "funding": [ { @@ -7397,20 +7336,20 @@ "type": "tidelift" } ], - "time": "2021-08-04T20:31:23+00:00" + "time": "2021-10-19T15:09:42+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.31", + "version": "v4.4.33", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "75dd7094870feaa5be9ed2b6b1efcfc2b7d3b9b4" + "reference": "ad364e599a4059db29c0aa424537e6ba668f54e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/75dd7094870feaa5be9ed2b6b1efcfc2b7d3b9b4", - "reference": "75dd7094870feaa5be9ed2b6b1efcfc2b7d3b9b4", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ad364e599a4059db29c0aa424537e6ba668f54e6", + "reference": "ad364e599a4059db29c0aa424537e6ba668f54e6", "shasum": "" }, "require": { @@ -7467,7 +7406,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v4.4.31" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.33" }, "funding": [ { @@ -7483,7 +7422,7 @@ "type": "tidelift" } ], - "time": "2021-09-21T06:20:06+00:00" + "time": "2021-10-17T07:04:24+00:00" }, { "name": "symfony/deprecation-contracts", @@ -7780,16 +7719,16 @@ }, { "name": "symfony/http-foundation", - "version": "v4.4.30", + "version": "v4.4.33", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "09b3202651ab23ac8dcf455284a48a3500e56731" + "reference": "b9a91102f548e0111f4996e8c622fb1d1d479850" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/09b3202651ab23ac8dcf455284a48a3500e56731", - "reference": "09b3202651ab23ac8dcf455284a48a3500e56731", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9a91102f548e0111f4996e8c622fb1d1d479850", + "reference": "b9a91102f548e0111f4996e8c622fb1d1d479850", "shasum": "" }, "require": { @@ -7828,7 +7767,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.30" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.33" }, "funding": [ { @@ -7844,7 +7783,7 @@ "type": "tidelift" } ], - "time": "2021-08-26T15:51:23+00:00" + "time": "2021-10-07T15:31:35+00:00" }, { "name": "symfony/inflector", @@ -9104,16 +9043,16 @@ }, { "name": "vlucas/phpdotenv", - "version": "v5.3.1", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "accaddf133651d4b5cf81a119f25296736ffc850" + "reference": "d4394d044ed69a8f244f3445bcedf8a0d7fe2403" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/accaddf133651d4b5cf81a119f25296736ffc850", - "reference": "accaddf133651d4b5cf81a119f25296736ffc850", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/d4394d044ed69a8f244f3445bcedf8a0d7fe2403", + "reference": "d4394d044ed69a8f244f3445bcedf8a0d7fe2403", "shasum": "" }, "require": { @@ -9136,7 +9075,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.3-dev" + "dev-master": "5.4-dev" } }, "autoload": { @@ -9166,7 +9105,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.1" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.0" }, "funding": [ { @@ -9178,7 +9117,7 @@ "type": "tidelift" } ], - "time": "2021-10-02T19:24:42+00:00" + "time": "2021-11-10T01:08:39+00:00" }, { "name": "waryway/php-traits-library", @@ -11982,26 +11921,28 @@ }, { "name": "zircote/swagger-php", - "version": "3.2.3", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/zircote/swagger-php.git", - "reference": "41ed0eb1dacebe2c365623b3f9ab13d1531a03da" + "reference": "8f2c1ff650c62fa056ec74c5bf7f625e45b2bb8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zircote/swagger-php/zipball/41ed0eb1dacebe2c365623b3f9ab13d1531a03da", - "reference": "41ed0eb1dacebe2c365623b3f9ab13d1531a03da", + "url": "https://api.github.com/repos/zircote/swagger-php/zipball/8f2c1ff650c62fa056ec74c5bf7f625e45b2bb8a", + "reference": "8f2c1ff650c62fa056ec74c5bf7f625e45b2bb8a", "shasum": "" }, "require": { "doctrine/annotations": "^1.7", "ext-json": "*", "php": ">=7.2", + "psr/log": "^1.1", "symfony/finder": ">=2.2", "symfony/yaml": ">=3.3" }, "require-dev": { + "composer/package-versions-deprecated": "1.11.99.2", "friendsofphp/php-cs-fixer": "^2.17 || ^3.0", "phpunit/phpunit": ">=8" }, @@ -12047,9 +11988,9 @@ ], "support": { "issues": "https://github.com/zircote/swagger-php/issues", - "source": "https://github.com/zircote/swagger-php/tree/3.2.3" + "source": "https://github.com/zircote/swagger-php/tree/3.3.0" }, - "time": "2021-06-25T04:08:57+00:00" + "time": "2021-11-08T00:45:29+00:00" } ], "aliases": [], -- 2.11.4.GIT