Update dependency spatie/array-to-xml to v3

This commit is contained in:
Renovate Bot 2021-06-11 08:55:41 +00:00
parent 1f96e761eb
commit 721818b512
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 11 additions and 11 deletions

View File

@ -19,7 +19,7 @@
"delight-im/auth": "^8.3.0",
"ulrichsg/getopt-php": "^4.0.0",
"nikic/fast-route": "^2.0@dev",
"spatie/array-to-xml": "^2.16",
"spatie/array-to-xml": "3.0.0",
"ezyang/htmlpurifier": "^4.13",
"brick/phonenumber": "^0.2.2",
"sentry/sdk": "^3.1",

20
server/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": "59860fb9670cb14ad7cb16388224ad11",
"content-hash": "2f8626f953e3765a1c9d2603708be2db",
"packages": [
{
"name": "azuyalabs/yasumi",
@ -1902,25 +1902,25 @@
},
{
"name": "spatie/array-to-xml",
"version": "2.16.0",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/array-to-xml.git",
"reference": "db39308c5236b69b89cadc3f44f191704814eae2"
"reference": "360a0787faf8df8f767b05bde42f917d0640bd41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/db39308c5236b69b89cadc3f44f191704814eae2",
"reference": "db39308c5236b69b89cadc3f44f191704814eae2",
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/360a0787faf8df8f767b05bde42f917d0640bd41",
"reference": "360a0787faf8df8f767b05bde42f917d0640bd41",
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": "^7.4|^8.0"
"php": "^8.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"type": "library",
@ -1950,7 +1950,7 @@
],
"support": {
"issues": "https://github.com/spatie/array-to-xml/issues",
"source": "https://github.com/spatie/array-to-xml/tree/2.16.0"
"source": "https://github.com/spatie/array-to-xml/tree/3.0.0"
},
"funding": [
{
@ -1962,7 +1962,7 @@
"type": "github"
}
],
"time": "2020-11-18T22:03:17+00:00"
"time": "2021-04-23T11:54:50+00:00"
},
{
"name": "symfony/deprecation-contracts",
@ -3135,5 +3135,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.1.0"
}