From 3a2e0cdd0cedf9325159bbfd263e9808b30831ca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 07:52:17 +0000 Subject: [PATCH] Bump spatie/array-to-xml from 2.15.1 to 2.16.0 in /server Bumps [spatie/array-to-xml](https://github.com/spatie/array-to-xml) from 2.15.1 to 2.16.0. - [Release notes](https://github.com/spatie/array-to-xml/releases) - [Changelog](https://github.com/spatie/array-to-xml/blob/master/CHANGELOG.md) - [Commits](https://github.com/spatie/array-to-xml/compare/2.15.1...2.16.0) Signed-off-by: dependabot-preview[bot] --- server/composer.json | 2 +- server/composer.lock | 63 +++++++++++++++++++++++++++++++++++++++----- 2 files changed, 57 insertions(+), 8 deletions(-) diff --git a/server/composer.json b/server/composer.json index 985c642..0524bad 100644 --- a/server/composer.json +++ b/server/composer.json @@ -8,7 +8,7 @@ "delight-im/auth": "^8.2.2", "ulrichsg/getopt-php": "^3.4.0", "nikic/fast-route": "^2.0@dev", - "spatie/array-to-xml": "^2.15", + "spatie/array-to-xml": "^2.16", "ezyang/htmlpurifier": "^4.13", "netpromotion/profiler": "^1.3" }, diff --git a/server/composer.lock b/server/composer.lock index 7953341..606aab7 100644 --- a/server/composer.lock +++ b/server/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": "16db294a37e1d09ca9cf95ca66a0a0c7", + "content-hash": "1344b4b66321e38adced4b7f87bc5335", "packages": [ { "name": "delight-im/auth", @@ -450,16 +450,16 @@ }, { "name": "spatie/array-to-xml", - "version": "2.15.1", + "version": "2.16.0", "source": { "type": "git", "url": "https://github.com/spatie/array-to-xml.git", - "reference": "5db9cb23291d6dca6a6c67f5408ac036019d49a8" + "reference": "db39308c5236b69b89cadc3f44f191704814eae2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/5db9cb23291d6dca6a6c67f5408ac036019d49a8", - "reference": "5db9cb23291d6dca6a6c67f5408ac036019d49a8", + "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/db39308c5236b69b89cadc3f44f191704814eae2", + "reference": "db39308c5236b69b89cadc3f44f191704814eae2", "shasum": "" }, "require": { @@ -496,7 +496,17 @@ "convert", "xml" ], - "time": "2020-11-12T19:20:11+00:00" + "funding": [ + { + "url": "https://spatie.be/open-source/support-us", + "type": "custom" + }, + { + "url": "https://github.com/spatie", + "type": "github" + } + ], + "time": "2020-11-18T22:03:17+00:00" }, { "name": "symfony/polyfill-ctype", @@ -558,6 +568,20 @@ "polyfill", "portable" ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "time": "2020-10-23T14:02:19+00:00" }, { @@ -621,6 +645,20 @@ "portable", "shim" ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "time": "2020-10-23T14:02:19+00:00" }, { @@ -756,6 +794,16 @@ "keywords": [ "templating" ], + "funding": [ + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "type": "tidelift" + } + ], "time": "2020-10-27T19:28:23+00:00" }, { @@ -903,5 +951,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }