updated dependencies in composer.lock file.

pull/5/head
Cédric Bonhomme 2021-09-06 07:54:46 +02:00
parent cede994b83
commit f4c179493a
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 52 additions and 53 deletions

105
composer.lock generated
View File

@ -2410,24 +2410,23 @@
}, },
{ {
"name": "laminas/laminas-escaper", "name": "laminas/laminas-escaper",
"version": "2.8.0", "version": "2.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-escaper.git", "url": "https://github.com/laminas/laminas-escaper.git",
"reference": "2d6dce99668b413610e9544183fa10392437f542" "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/2d6dce99668b413610e9544183fa10392437f542", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f",
"reference": "2d6dce99668b413610e9544183fa10392437f542", "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.3 || ~8.0.0 || ~8.1.0"
"php": "^7.3 || ~8.0.0"
}, },
"replace": { "conflict": {
"zendframework/zend-escaper": "^2.6.1" "zendframework/zend-escaper": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-coding-standard": "~2.3.0",
@ -2469,7 +2468,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2021-06-26T14:26:08+00:00" "time": "2021-09-02T17:10:53+00:00"
}, },
{ {
"name": "laminas/laminas-eventmanager", "name": "laminas/laminas-eventmanager",
@ -3009,27 +3008,26 @@
}, },
{ {
"name": "laminas/laminas-json", "name": "laminas/laminas-json",
"version": "3.2.0", "version": "3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-json.git", "url": "https://github.com/laminas/laminas-json.git",
"reference": "1e3b64d3b21dac0511e628ae8debc81002d14e3c" "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-json/zipball/1e3b64d3b21dac0511e628ae8debc81002d14e3c", "url": "https://api.github.com/repos/laminas/laminas-json/zipball/9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
"reference": "1e3b64d3b21dac0511e628ae8debc81002d14e3c", "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.3 || ~8.0.0 || ~8.1.0"
"php": "^7.3 || ~8.0.0"
}, },
"replace": { "conflict": {
"zendframework/zend-json": "^3.1.2" "zendframework/zend-json": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-coding-standard": "~2.2.1",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1", "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
"phpunit/phpunit": "^9.3" "phpunit/phpunit": "^9.3"
}, },
@ -3067,31 +3065,30 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2021-02-12T15:38:10+00:00" "time": "2021-09-02T18:02:31+00:00"
}, },
{ {
"name": "laminas/laminas-loader", "name": "laminas/laminas-loader",
"version": "2.7.0", "version": "2.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-loader.git", "url": "https://github.com/laminas/laminas-loader.git",
"reference": "bcf8a566cb9925a2e7cc41a16db09235ec9fb616" "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-loader/zipball/bcf8a566cb9925a2e7cc41a16db09235ec9fb616", "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/d0589ec9dd48365fd95ad10d1c906efd7711c16b",
"reference": "bcf8a566cb9925a2e7cc41a16db09235ec9fb616", "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.3 || ~8.0.0 || ~8.1.0"
"php": "^7.3 || ~8.0.0"
}, },
"replace": { "conflict": {
"zendframework/zend-loader": "^2.6.1" "zendframework/zend-loader": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-coding-standard": "~2.2.1",
"phpunit/phpunit": "^9.3" "phpunit/phpunit": "^9.3"
}, },
"type": "library", "type": "library",
@ -3124,7 +3121,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2021-02-12T16:08:18+00:00" "time": "2021-09-02T18:30:53+00:00"
}, },
{ {
"name": "laminas/laminas-log", "name": "laminas/laminas-log",
@ -3292,29 +3289,28 @@
}, },
{ {
"name": "laminas/laminas-mime", "name": "laminas/laminas-mime",
"version": "2.8.0", "version": "2.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-mime.git", "url": "https://github.com/laminas/laminas-mime.git",
"reference": "9a59704f33106427a384d0ae421f96043174093a" "reference": "02cc861f704d468726866457dcf8338d1fe74e76"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mime/zipball/9a59704f33106427a384d0ae421f96043174093a", "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/02cc861f704d468726866457dcf8338d1fe74e76",
"reference": "9a59704f33106427a384d0ae421f96043174093a", "reference": "02cc861f704d468726866457dcf8338d1fe74e76",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.3 || ~8.0.0 || ~8.1.0"
"php": "^7.3 || ~8.0.0"
}, },
"replace": { "conflict": {
"zendframework/zend-mime": "^2.7.2" "zendframework/zend-mime": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-coding-standard": "~2.2.1",
"laminas/laminas-mail": "^2.6", "laminas/laminas-mail": "^2.12",
"phpunit/phpunit": "^9.3" "phpunit/phpunit": "^9.3"
}, },
"suggest": { "suggest": {
@ -3350,7 +3346,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2021-02-16T17:40:06+00:00" "time": "2021-09-03T02:18:35+00:00"
}, },
{ {
"name": "laminas/laminas-modulemanager", "name": "laminas/laminas-modulemanager",
@ -4123,23 +4119,23 @@
}, },
{ {
"name": "laminas/laminas-zendframework-bridge", "name": "laminas/laminas-zendframework-bridge",
"version": "1.3.0", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e" "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/13af2502d9bb6f7d33be2de4b51fb68c6cdb476e", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
"reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e", "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.3 || ^8.0" "php": "^7.3 || ~8.0.0 || ~8.1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", "phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.15.1", "psalm/plugin-phpunit": "^0.15.1",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.6" "vimeo/psalm": "^4.6"
@ -4181,7 +4177,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2021-06-24T12:49:22+00:00" "time": "2021-09-03T17:53:30+00:00"
}, },
{ {
"name": "monarc/backoffice", "name": "monarc/backoffice",
@ -6253,17 +6249,18 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git", "url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "bc10788e8d1fc3c962d92faa2442bd1852c08c03" "reference": "05f521f12b6e072bc77aaa78191907987d0454ff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/bc10788e8d1fc3c962d92faa2442bd1852c08c03", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/05f521f12b6e072bc77aaa78191907987d0454ff",
"reference": "bc10788e8d1fc3c962d92faa2442bd1852c08c03", "reference": "05f521f12b6e072bc77aaa78191907987d0454ff",
"shasum": "" "shasum": ""
}, },
"conflict": { "conflict": {
"3f/pygmentize": "<1.2", "3f/pygmentize": "<1.2",
"adodb/adodb-php": "<5.20.12", "adodb/adodb-php": "<5.20.12",
"akaunting/akaunting": "<2.1.13",
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
"amazing/media2click": ">=1,<1.3.3", "amazing/media2click": ">=1,<1.3.3",
"amphp/artax": "<1.0.6|>=2,<2.0.6", "amphp/artax": "<1.0.6|>=2,<2.0.6",
@ -6276,6 +6273,7 @@
"barrelstrength/sprout-base-email": "<1.2.7", "barrelstrength/sprout-base-email": "<1.2.7",
"barrelstrength/sprout-forms": "<3.9", "barrelstrength/sprout-forms": "<3.9",
"baserproject/basercms": "<=4.5", "baserproject/basercms": "<=4.5",
"billz/raspap-webgui": "<=2.6.6",
"bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3", "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
"bolt/bolt": "<3.7.2", "bolt/bolt": "<3.7.2",
"bolt/core": "<4.1.13", "bolt/core": "<4.1.13",
@ -6311,11 +6309,12 @@
"doctrine/mongodb-odm": ">=1,<1.0.2", "doctrine/mongodb-odm": ">=1,<1.0.2",
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1", "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4", "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
"dolibarr/dolibarr": "<14", "dolibarr/dolibarr": "<14|>= 3.3.beta1, < 13.0.2",
"dompdf/dompdf": ">=0.6,<0.6.2", "dompdf/dompdf": ">=0.6,<0.6.2",
"drupal/core": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4", "drupal/core": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
"drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4", "drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
"dweeves/magmi": "<=0.7.24", "dweeves/magmi": "<=0.7.24",
"ecodev/newsletter": "<=4",
"endroid/qr-code-bundle": "<3.4.2", "endroid/qr-code-bundle": "<3.4.2",
"enshrined/svg-sanitize": "<0.13.1", "enshrined/svg-sanitize": "<0.13.1",
"erusev/parsedown": "<1.7.2", "erusev/parsedown": "<1.7.2",
@ -6382,7 +6381,6 @@
"la-haute-societe/tcpdf": "<6.2.22", "la-haute-societe/tcpdf": "<6.2.22",
"laminas/laminas-http": "<2.14.2", "laminas/laminas-http": "<2.14.2",
"laravel/framework": "<6.20.26|>=7,<8.40", "laravel/framework": "<6.20.26|>=7,<8.40",
"laravel/laravel": "<8.4.4",
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
"lavalite/cms": "<=5.8", "lavalite/cms": "<=5.8",
"league/commonmark": "<0.18.3", "league/commonmark": "<0.18.3",
@ -6390,6 +6388,7 @@
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3", "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
"librenms/librenms": "<21.1", "librenms/librenms": "<21.1",
"livewire/livewire": ">2.2.4,<2.2.6", "livewire/livewire": ">2.2.4,<2.2.6",
"lms/routes": "<2.1.1",
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2", "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
"magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
"magento/magento1ce": "<1.9.4.3", "magento/magento1ce": "<1.9.4.3",
@ -6639,7 +6638,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-01T19:02:25+00:00" "time": "2021-09-03T16:04:40+00:00"
} }
], ],
"aliases": [], "aliases": [],