Updated Composer dependencies

This commit is contained in:
Lucas Bartholemy 2023-02-17 09:29:01 +01:00
parent 72b3f79bfe
commit d2e44ccb88
2 changed files with 36 additions and 33 deletions

View File

@ -73,7 +73,7 @@
"web-token/jwt-signature-algorithm-hmac": ">=1.0 <3.0",
"web-token/jwt-signature-algorithm-rsa": ">=1.0 <3.0",
"xj/yii2-jplayer-widget": "*",
"yiisoft/yii2": "2.0.47",
"yiisoft/yii2": "dev-master#e2b40a2",
"yiisoft/yii2-authclient": "~2.2.0",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-httpclient": "~2.0.0",

67
composer.lock generated
View File

@ -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": "9b5f7b0d900013a6baefdd0afd4fd998",
"content-hash": "74fc5c69dbbd413e42d9b63e83706576",
"packages": [
{
"name": "async-aws/core",
@ -4241,16 +4241,16 @@
},
{
"name": "phpoffice/phpspreadsheet",
"version": "1.27.0",
"version": "1.27.1",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
"reference": "eeb8582f9cabf5a7f4ef78015691163233a1834f"
"reference": "ef4e6ef74990239946d3983451a9bbed5ef1be5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/eeb8582f9cabf5a7f4ef78015691163233a1834f",
"reference": "eeb8582f9cabf5a7f4ef78015691163233a1834f",
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/ef4e6ef74990239946d3983451a9bbed5ef1be5d",
"reference": "ef4e6ef74990239946d3983451a9bbed5ef1be5d",
"shasum": ""
},
"require": {
@ -4277,7 +4277,7 @@
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",
"dompdf/dompdf": "^1.0 || ^2.0",
"friendsofphp/php-cs-fixer": "^3.2",
"mitoteam/jpgraph": "^10.2.4",
@ -4340,9 +4340,9 @@
],
"support": {
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.27.0"
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.27.1"
},
"time": "2023-01-24T20:07:45+00:00"
"time": "2023-02-08T07:02:13+00:00"
},
{
"name": "phpunit/php-code-coverage",
@ -7956,16 +7956,16 @@
},
{
"name": "twig/twig",
"version": "v3.5.0",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72"
"reference": "a6e0510cc793912b451fd40ab983a1d28f611c15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3ffcf4b7d890770466da3b2666f82ac054e7ec72",
"reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a6e0510cc793912b451fd40ab983a1d28f611c15",
"reference": "a6e0510cc793912b451fd40ab983a1d28f611c15",
"shasum": ""
},
"require": {
@ -8016,7 +8016,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.5.0"
"source": "https://github.com/twigphp/Twig/tree/v3.5.1"
},
"funding": [
{
@ -8028,7 +8028,7 @@
"type": "tidelift"
}
],
"time": "2022-12-27T12:28:18+00:00"
"time": "2023-02-08T07:49:20+00:00"
},
{
"name": "voku/portable-ascii",
@ -8624,16 +8624,16 @@
},
{
"name": "yiisoft/yii2",
"version": "2.0.47",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/yiisoft/yii2-framework.git",
"reference": "8ecf57895d9c4b29cf9658ffe57af5f3d0e25254"
"reference": "e2b40a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/8ecf57895d9c4b29cf9658ffe57af5f3d0e25254",
"reference": "8ecf57895d9c4b29cf9658ffe57af5f3d0e25254",
"url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/e2b40a2",
"reference": "e2b40a2",
"shasum": ""
},
"require": {
@ -8650,6 +8650,7 @@
"php": ">=5.4.0",
"yiisoft/yii2-composer": "~2.0.4"
},
"default-branch": true,
"bin": [
"yii"
],
@ -8742,7 +8743,7 @@
"type": "tidelift"
}
],
"time": "2022-11-18T16:21:58+00:00"
"time": "2023-02-11T16:21:51+00:00"
},
{
"name": "yiisoft/yii2-authclient",
@ -10387,37 +10388,38 @@
},
{
"name": "php-webdriver/webdriver",
"version": "1.13.1",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/php-webdriver/php-webdriver.git",
"reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c"
"reference": "3ea4f924afb43056bf9c630509e657d951608563"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/6dfe5f814b796c1b5748850aa19f781b9274c36c",
"reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c",
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3ea4f924afb43056bf9c630509e657d951608563",
"reference": "3ea4f924afb43056bf9c630509e657d951608563",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-zip": "*",
"php": "^5.6 || ~7.0 || ^8.0",
"php": "^7.3 || ^8.0",
"symfony/polyfill-mbstring": "^1.12",
"symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
"symfony/process": "^5.0 || ^6.0"
},
"replace": {
"facebook/webdriver": "*"
},
"require-dev": {
"ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
"ergebnis/composer-normalize": "^2.20.0",
"ondram/ci-detector": "^4.0",
"php-coveralls/php-coveralls": "^2.4",
"php-mock/php-mock-phpunit": "^1.1 || ^2.0",
"php-mock/php-mock-phpunit": "^2.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
"phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
"symfony/var-dumper": "^5.0 || ^6.0"
},
"suggest": {
"ext-SimpleXML": "For Firefox profile creation"
@ -10446,9 +10448,9 @@
],
"support": {
"issues": "https://github.com/php-webdriver/php-webdriver/issues",
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.13.1"
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.14.0"
},
"time": "2022-10-11T11:49:44+00:00"
"time": "2023-02-09T12:12:19+00:00"
},
{
"name": "phpcompatibility/php-compatibility",
@ -11585,7 +11587,8 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"npm-asset/select2-bootstrap-theme": 10
"npm-asset/select2-bootstrap-theme": 10,
"yiisoft/yii2": 20
},
"prefer-stable": false,
"prefer-lowest": false,