security updatesn, phpdotenv update, profile update

This commit is contained in:
Bachir Soussi Chiadmi 2022-10-31 14:45:34 +01:00
parent 7ce2e5fb39
commit afb9d13ed8
4 changed files with 230 additions and 147 deletions

View File

@ -179,7 +179,7 @@
"kint-php/kint": "^3.3", "kint-php/kint": "^3.3",
"smalot/pdfparser": "*", "smalot/pdfparser": "*",
"symfony/mailjet-mailer": "^5.4", "symfony/mailjet-mailer": "^5.4",
"vlucas/phpdotenv": "^2.4", "vlucas/phpdotenv": "^4.0",
"w8tcha/ckeditor_codemirror": "v1.17.8", "w8tcha/ckeditor_codemirror": "v1.17.8",
"wa72/htmlpagedom": "1.3.*", "wa72/htmlpagedom": "1.3.*",
"webflo/drupal-finder": "^1.0.0", "webflo/drupal-finder": "^1.0.0",

361
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "bf81df41a8c6fe87cf22600eeeb3493a", "content-hash": "3e0caf2ba08eff3a4a97864ee79697ff",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -364,27 +364,28 @@
}, },
{ {
"name": "commerceguys/addressing", "name": "commerceguys/addressing",
"version": "v1.2.2", "version": "v1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/commerceguys/addressing.git", "url": "https://github.com/commerceguys/addressing.git",
"reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860" "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860", "url": "https://api.github.com/repos/commerceguys/addressing/zipball/8b1bcd45971733e8f4224e539cb92838f18c4d06",
"reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860", "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/collections": "~1.0", "doctrine/collections": "^1.2",
"php": ">=7.1.3" "php": ">=7.3"
}, },
"require-dev": { "require-dev": {
"mikey179/vfsstream": "1.*", "ext-json": "*",
"phpunit/phpunit": "^7.5", "mikey179/vfsstream": "^1.6.10",
"squizlabs/php_codesniffer": "3.*", "phpunit/phpunit": "^9.5",
"symfony/validator": "^4.4" "squizlabs/php_codesniffer": "^3.6",
"symfony/validator": "^4.4 || ^5.4 || ^6.0"
}, },
"suggest": { "suggest": {
"symfony/validator": "to validate addresses" "symfony/validator": "to validate addresses"
@ -421,9 +422,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/commerceguys/addressing/issues", "issues": "https://github.com/commerceguys/addressing/issues",
"source": "https://github.com/commerceguys/addressing/tree/v1.2.2" "source": "https://github.com/commerceguys/addressing/tree/v1.4.1"
}, },
"time": "2021-10-30T12:33:41+00:00" "time": "2022-08-09T11:42:51+00:00"
}, },
{ {
"name": "commerceguys/intl", "name": "commerceguys/intl",
@ -2476,23 +2477,24 @@
}, },
{ {
"name": "dompdf/dompdf", "name": "dompdf/dompdf",
"version": "v1.2.2", "version": "v2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dompdf/dompdf.git", "url": "https://github.com/dompdf/dompdf.git",
"reference": "5031045d9640b38cfc14aac9667470df09c9e090" "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/5031045d9640b38cfc14aac9667470df09c9e090", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c5310df0e22c758c85ea5288175fc6cd777bc085",
"reference": "5031045d9640b38cfc14aac9667470df09c9e090", "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"phenx/php-font-lib": "^0.5.4", "masterminds/html5": "^2.0",
"phenx/php-svg-lib": "^0.3.3 || ^0.4.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" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
@ -2523,25 +2525,17 @@
], ],
"authors": [ "authors": [
{ {
"name": "Fabien Ménager", "name": "The Dompdf Community",
"email": "fabien.menager@gmail.com" "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
},
{
"name": "Brian Sweeney",
"email": "eclecticgeek@gmail.com"
},
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com"
} }
], ],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
"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.2.2" "source": "https://github.com/dompdf/dompdf/tree/v2.0.1"
}, },
"time": "2022-04-27T13:50:54+00:00" "time": "2022-09-22T13:43:41+00:00"
}, },
{ {
"name": "drupal-ckeditor-libraries-group/font", "name": "drupal-ckeditor-libraries-group/font",
@ -2579,20 +2573,20 @@
}, },
{ {
"name": "drupal/address", "name": "drupal/address",
"version": "1.10.0", "version": "1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/address.git", "url": "https://git.drupalcode.org/project/address.git",
"reference": "8.x-1.10" "reference": "8.x-1.11"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/address-8.x-1.10.zip", "url": "https://ftp.drupal.org/files/projects/address-8.x-1.11.zip",
"reference": "8.x-1.10", "reference": "8.x-1.11",
"shasum": "bbe61eb51da9d9b2a7ab247f90426836eb9b6f25" "shasum": "1cb40fb1a43e88041b888ac8fb6aa77a45ac85fb"
}, },
"require": { "require": {
"commerceguys/addressing": "^1.2.0", "commerceguys/addressing": "^1.4.0",
"drupal/core": "^9.2 || ^10", "drupal/core": "^9.2 || ^10",
"php": "^7.3 || ^8.0" "php": "^7.3 || ^8.0"
}, },
@ -2602,8 +2596,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.10", "version": "8.x-1.11",
"datestamp": "1643715177", "datestamp": "1659989858",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2615,14 +2609,14 @@
"GPL-2.0-or-later" "GPL-2.0-or-later"
], ],
"authors": [ "authors": [
{
"name": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{ {
"name": "bojanz", "name": "bojanz",
"homepage": "https://www.drupal.org/user/86106" "homepage": "https://www.drupal.org/user/86106"
}, },
{
"name": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{ {
"name": "dww", "name": "dww",
"homepage": "https://www.drupal.org/user/46549" "homepage": "https://www.drupal.org/user/46549"
@ -2701,20 +2695,20 @@
}, },
{ {
"name": "drupal/admin_toolbar", "name": "drupal/admin_toolbar",
"version": "3.1.0", "version": "3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git", "url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "3.1.0" "reference": "3.2.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.1.0.zip", "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.2.1.zip",
"reference": "3.1.0", "reference": "3.2.1",
"shasum": "7b596d7de04faca747ba3e5216c2e819aae71f40" "shasum": "7a4bfb716e269be4ca03b7f04e29e4439ec6cf93"
}, },
"require": { "require": {
"drupal/core": "^8.8.0 || ^9.0 || ^10.0" "drupal/core": "^8.8.0 || ^9.0"
}, },
"require-dev": { "require-dev": {
"drupal/admin_toolbar_tools": "*" "drupal/admin_toolbar_tools": "*"
@ -2722,8 +2716,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "3.1.0", "version": "3.2.1",
"datestamp": "1643742891", "datestamp": "1665044276",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2756,14 +2750,14 @@
"homepage": "https://www.drupal.org/u/matio89", "homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer" "role": "Maintainer"
}, },
{
"name": "fethi.krout",
"homepage": "https://www.drupal.org/user/3206765"
},
{ {
"name": "matio89", "name": "matio89",
"homepage": "https://www.drupal.org/user/2320090" "homepage": "https://www.drupal.org/user/2320090"
}, },
{
"name": "Musa.thomas",
"homepage": "https://www.drupal.org/user/1213824"
},
{ {
"name": "romainj", "name": "romainj",
"homepage": "https://www.drupal.org/user/370706" "homepage": "https://www.drupal.org/user/370706"
@ -8936,26 +8930,29 @@
}, },
{ {
"name": "drupal/honeypot", "name": "drupal/honeypot",
"version": "2.0.2", "version": "2.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/honeypot.git", "url": "https://git.drupalcode.org/project/honeypot.git",
"reference": "2.0.2" "reference": "2.1.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/honeypot-2.0.2.zip", "url": "https://ftp.drupal.org/files/projects/honeypot-2.1.2.zip",
"reference": "2.0.2", "reference": "2.1.2",
"shasum": "8a3e15509f649c39e88c4f22105f12fb6445fc62" "shasum": "9511fd6db37c153f2290950bf79611b27510cede"
}, },
"require": { "require": {
"drupal/core": "^8.8.2 || ^9" "drupal/core": "^9.2 || ^10"
},
"require-dev": {
"drupal/rules": "^3.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.0.2", "version": "2.1.2",
"datestamp": "1638391833", "datestamp": "1664658244",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -8969,17 +8966,17 @@
"authors": [ "authors": [
{ {
"name": "Jeff Geerling", "name": "Jeff Geerling",
"homepage": "https://www.drupal.org/user/213194", "homepage": "https://www.drupal.org/user/389011",
"email": "geerlingguy@mac.com" "email": "geerlingguy@mac.com"
}, },
{
"name": "Manuel Garcia",
"homepage": "https://www.drupal.org/user/213194"
},
{ {
"name": "TR", "name": "TR",
"homepage": "https://www.drupal.org/user/202830" "homepage": "https://www.drupal.org/user/202830"
}, },
{
"name": "geerlingguy",
"homepage": "https://www.drupal.org/user/389011"
},
{ {
"name": "vijaycs85", "name": "vijaycs85",
"homepage": "https://www.drupal.org/user/93488" "homepage": "https://www.drupal.org/user/93488"
@ -9385,6 +9382,10 @@
"name": "RobLoach", "name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114" "homepage": "https://www.drupal.org/user/61114"
}, },
{
"name": "bnjmnm",
"homepage": "https://www.drupal.org/user/2369194"
},
{ {
"name": "jjeff", "name": "jjeff",
"homepage": "https://www.drupal.org/user/17190" "homepage": "https://www.drupal.org/user/17190"
@ -9485,17 +9486,17 @@
}, },
{ {
"name": "drupal/jquery_ui_checkboxradio", "name": "drupal/jquery_ui_checkboxradio",
"version": "1.2.0", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/jquery_ui_checkboxradio.git", "url": "https://git.drupalcode.org/project/jquery_ui_checkboxradio.git",
"reference": "8.x-1.2" "reference": "8.x-1.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/jquery_ui_checkboxradio-8.x-1.2.zip", "url": "https://ftp.drupal.org/files/projects/jquery_ui_checkboxradio-8.x-1.4.zip",
"reference": "8.x-1.2", "reference": "8.x-1.4",
"shasum": "8edb088cb89f4a0f95aa9d43894bf506dc5f6fe1" "shasum": "17e3795ce971887424d14f9aac94a8731d5676d6"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9", "drupal/core": "^8 || ^9",
@ -9504,8 +9505,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.2", "version": "8.x-1.4",
"datestamp": "1584106406", "datestamp": "1660150654",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -11611,20 +11612,20 @@
}, },
{ {
"name": "drupal/pdf_api", "name": "drupal/pdf_api",
"version": "2.2.1", "version": "2.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/pdf_api.git", "url": "https://git.drupalcode.org/project/pdf_api.git",
"reference": "2.2.1" "reference": "2.2.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/pdf_api-2.2.1.zip", "url": "https://ftp.drupal.org/files/projects/pdf_api-2.2.2.zip",
"reference": "2.2.1", "reference": "2.2.2",
"shasum": "817041fb56fc2973054447b1c4da9cdad38fda68" "shasum": "445a24712b5c3f866b17204fdcf87c7322362923"
}, },
"require": { "require": {
"dompdf/dompdf": "^0.8 || ^1.0", "dompdf/dompdf": "^2.0",
"drupal/core": "^8 || ^9", "drupal/core": "^8 || ^9",
"mikehaertl/phpwkhtmltopdf": "^2.3", "mikehaertl/phpwkhtmltopdf": "^2.3",
"mpdf/mpdf": "^8.0.6", "mpdf/mpdf": "^8.0.6",
@ -11633,8 +11634,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.2.1", "version": "2.2.2",
"datestamp": "1647926683", "datestamp": "1658944719",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -11646,6 +11647,10 @@
"GPL-2.0-or-later" "GPL-2.0-or-later"
], ],
"authors": [ "authors": [
{
"name": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
},
{ {
"name": "Nigel Cunningham", "name": "Nigel Cunningham",
"homepage": "https://www.drupal.org/user/250105" "homepage": "https://www.drupal.org/user/250105"
@ -11653,10 +11658,6 @@
{ {
"name": "Sutharsan", "name": "Sutharsan",
"homepage": "https://www.drupal.org/user/73854" "homepage": "https://www.drupal.org/user/73854"
},
{
"name": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
} }
], ],
"description": "Provides an API for generating PDFs.", "description": "Provides an API for generating PDFs.",
@ -12438,20 +12439,20 @@
}, },
{ {
"name": "drupal/search_api", "name": "drupal/search_api",
"version": "1.23.0", "version": "1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/search_api.git", "url": "https://git.drupalcode.org/project/search_api.git",
"reference": "8.x-1.23" "reference": "8.x-1.27"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.23.zip", "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.27.zip",
"reference": "8.x-1.23", "reference": "8.x-1.27",
"shasum": "7de5425bba5b8daa37e98d47b677459dfb1abbe7" "shasum": "b8c9a055fe43435c09231fd93d3e07c5d2863a46"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9" "drupal/core": "^9.3 || ^10.0"
}, },
"conflict": { "conflict": {
"drupal/search_api_solr": "2.* || 3.0 || 3.1" "drupal/search_api_solr": "2.* || 3.0 || 3.1"
@ -12469,8 +12470,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.23", "version": "8.x-1.27",
"datestamp": "1642935837", "datestamp": "1666211720",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -12993,26 +12994,27 @@
}, },
{ {
"name": "drupal/smart_trim", "name": "drupal/smart_trim",
"version": "1.3.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/smart_trim.git", "url": "https://git.drupalcode.org/project/smart_trim.git",
"reference": "8.x-1.3" "reference": "2.0.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/smart_trim-8.x-1.3.zip", "url": "https://ftp.drupal.org/files/projects/smart_trim-2.0.0.zip",
"reference": "8.x-1.3", "reference": "2.0.0",
"shasum": "5894aa067fba19a3452ed8ce749f33bd9ae91907" "shasum": "d917ad4d78b50cf535f3a292a2e09cc73b87bf4f"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9" "drupal/core": "^8 || ^9 || ^10",
"drupal/token": "^1.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.3", "version": "2.0.0",
"datestamp": "1589766531", "datestamp": "1666374010",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -13045,7 +13047,7 @@
"description": "Provides a more robust alternative to 'summary or trimmed' textfield format.", "description": "Provides a more robust alternative to 'summary or trimmed' textfield format.",
"homepage": "https://drupal.org/project/smart_trim", "homepage": "https://drupal.org/project/smart_trim",
"support": { "support": {
"source": "https://cgit.drupalcode.org/smart_trim", "source": "https://git.drupalcode.org/project/smart_trim",
"issues": "https://drupal.org/project/issues/smart_trim" "issues": "https://drupal.org/project/issues/smart_trim"
} }
}, },
@ -13834,26 +13836,26 @@
}, },
{ {
"name": "drupal/token", "name": "drupal/token",
"version": "1.10.0", "version": "1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/token.git", "url": "https://git.drupalcode.org/project/token.git",
"reference": "8.x-1.10" "reference": "8.x-1.11"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.10.zip", "url": "https://ftp.drupal.org/files/projects/token-8.x-1.11.zip",
"reference": "8.x-1.10", "reference": "8.x-1.11",
"shasum": "8b81224ab0420221b292e8d3b66d0da726317400" "shasum": "da264b36d1f88eb0c74bf84e18e8789854f98400"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9" "drupal/core": "^9.2 || ^10"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.10", "version": "8.x-1.11",
"datestamp": "1638619775", "datestamp": "1659471813",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -17176,16 +17178,16 @@
}, },
{ {
"name": "mpdf/mpdf", "name": "mpdf/mpdf",
"version": "v8.1.1", "version": "v8.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mpdf/mpdf.git", "url": "https://github.com/mpdf/mpdf.git",
"reference": "e511e89a66bdb066e3fbf352f00f4734d5064cbf" "reference": "a8a22f4874157e490d41b486053a20bec42e182c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mpdf/mpdf/zipball/e511e89a66bdb066e3fbf352f00f4734d5064cbf", "url": "https://api.github.com/repos/mpdf/mpdf/zipball/a8a22f4874157e490d41b486053a20bec42e182c",
"reference": "e511e89a66bdb066e3fbf352f00f4734d5064cbf", "reference": "a8a22f4874157e490d41b486053a20bec42e182c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -17249,7 +17251,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2022-04-18T11:50:28+00:00" "time": "2022-08-15T08:15:09+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
@ -17837,21 +17839,21 @@
}, },
{ {
"name": "phenx/php-svg-lib", "name": "phenx/php-svg-lib",
"version": "0.4.1", "version": "0.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dompdf/php-svg-lib.git", "url": "https://github.com/dompdf/php-svg-lib.git",
"reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02" "reference": "76876c6cf3080bcb6f249d7d59705108166a6685"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/4498b5df7b08e8469f0f8279651ea5de9626ed02", "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685",
"reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02", "reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0", "php": "^7.1 || ^8.0",
"sabberworm/php-css-parser": "^8.4" "sabberworm/php-css-parser": "^8.4"
}, },
"require-dev": { "require-dev": {
@ -17877,9 +17879,9 @@
"homepage": "https://github.com/PhenX/php-svg-lib", "homepage": "https://github.com/PhenX/php-svg-lib",
"support": { "support": {
"issues": "https://github.com/dompdf/php-svg-lib/issues", "issues": "https://github.com/dompdf/php-svg-lib/issues",
"source": "https://github.com/dompdf/php-svg-lib/tree/0.4.1" "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.0"
}, },
"time": "2022-03-07T12:52:04+00:00" "time": "2022-09-06T12:16:56+00:00"
}, },
{ {
"name": "php-http/client-common", "name": "php-http/client-common",
@ -18478,6 +18480,81 @@
], ],
"time": "2022-02-28T15:31:21+00:00" "time": "2022-02-28T15:31:21+00:00"
}, },
{
"name": "phpoption/phpoption",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
},
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/1.9.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
"time": "2022-07-30T15:51:26+00:00"
},
{ {
"name": "progress-tracker/progress-tracker", "name": "progress-tracker/progress-tracker",
"version": "2.0.7", "version": "2.0.7",
@ -22470,16 +22547,16 @@
}, },
{ {
"name": "tecnickcom/tcpdf", "name": "tecnickcom/tcpdf",
"version": "6.4.4", "version": "6.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tecnickcom/TCPDF.git", "url": "https://github.com/tecnickcom/TCPDF.git",
"reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320" "reference": "cc54c1503685e618b23922f53635f46e87653662"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/cc54c1503685e618b23922f53635f46e87653662",
"reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320", "reference": "cc54c1503685e618b23922f53635f46e87653662",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -22530,7 +22607,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/tecnickcom/TCPDF/issues", "issues": "https://github.com/tecnickcom/TCPDF/issues",
"source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4" "source": "https://github.com/tecnickcom/TCPDF/tree/6.5.0"
}, },
"funding": [ "funding": [
{ {
@ -22538,7 +22615,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2021-12-31T08:39:24+00:00" "time": "2022-08-12T07:50:54+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
@ -22811,26 +22888,28 @@
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
"version": "v2.6.9", "version": "v4.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vlucas/phpdotenv.git", "url": "https://github.com/vlucas/phpdotenv.git",
"reference": "2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141" "reference": "67a491df68208bef8c37092db11fa3885008efcf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/67a491df68208bef8c37092db11fa3885008efcf",
"reference": "2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141", "reference": "67a491df68208bef8c37092db11fa3885008efcf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3.9 || ^7.0 || ^8.0", "php": "^5.5.9 || ^7.0 || ^8.0",
"phpoption/phpoption": "^1.7.3",
"symfony/polyfill-ctype": "^1.17" "symfony/polyfill-ctype": "^1.17"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*", "ext-filter": "*",
"ext-pcre": "*", "ext-pcre": "*",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21" "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.30"
}, },
"suggest": { "suggest": {
"ext-filter": "Required to use the boolean validator.", "ext-filter": "Required to use the boolean validator.",
@ -22838,8 +22917,12 @@
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": { "branch-alias": {
"dev-master": "2.6-dev" "dev-master": "4.3-dev"
} }
}, },
"autoload": { "autoload": {
@ -22871,7 +22954,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/vlucas/phpdotenv/issues", "issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v2.6.9" "source": "https://github.com/vlucas/phpdotenv/tree/v4.3.0"
}, },
"funding": [ "funding": [
{ {
@ -22883,7 +22966,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-12-12T22:59:22+00:00" "time": "2022-10-16T00:51:09+00:00"
}, },
{ {
"name": "w8tcha/ckeditor_codemirror", "name": "w8tcha/ckeditor_codemirror",

View File

@ -11,7 +11,7 @@ use Dotenv\Exception\InvalidPathException;
/** /**
* Load any .env file. See /.env.example. * Load any .env file. See /.env.example.
*/ */
$dotenv = new Dotenv(__DIR__); $dotenv = Dotenv::createImmutable(__DIR__);
try { try {
$dotenv->load(); $dotenv->load();
} }

@ -1 +1 @@
Subproject commit 5ef9a17d3bd90f02943d1e3b90cd67fdf090009f Subproject commit bf7ba2a9599fb82bec69af767235b87ff5d8ac26