Bump spatie/data-transfer-object from 2.8.3 to 3.1.1

Bumps [spatie/data-transfer-object](https://github.com/spatie/data-transfer-object) from 2.8.3 to 3.1.1.
- [Release notes](https://github.com/spatie/data-transfer-object/releases)
- [Changelog](https://github.com/spatie/data-transfer-object/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spatie/data-transfer-object/compare/2.8.3...3.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-24 05:06:01 +00:00 committed by GitHub
parent 3b1b353b79
commit 29aca7006b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 11 deletions

View File

@ -101,7 +101,7 @@
"predis/predis": "^1.1", "predis/predis": "^1.1",
"ramsey/uuid": "^4.1", "ramsey/uuid": "^4.1",
"rcrowe/twigbridge": "^0.12.1", "rcrowe/twigbridge": "^0.12.1",
"spatie/data-transfer-object": "^2.8" "spatie/data-transfer-object": "^3.1"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.3", "barryvdh/laravel-debugbar": "^3.3",

27
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": "17977fe8178506d2f5e55cda4c726b14", "content-hash": "7d0ff7fbff6ae782e001466487cfaf27",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -4315,22 +4315,25 @@
}, },
{ {
"name": "spatie/data-transfer-object", "name": "spatie/data-transfer-object",
"version": "2.8.3", "version": "3.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/data-transfer-object.git", "url": "https://github.com/spatie/data-transfer-object.git",
"reference": "2625a59566804ec63f01947d85947336237cbda6" "reference": "a16ed4916f13c916107f692bd9a5d52d2c9daaa6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/data-transfer-object/zipball/2625a59566804ec63f01947d85947336237cbda6", "url": "https://api.github.com/repos/spatie/data-transfer-object/zipball/a16ed4916f13c916107f692bd9a5d52d2c9daaa6",
"reference": "2625a59566804ec63f01947d85947336237cbda6", "reference": "a16ed4916f13c916107f692bd9a5d52d2c9daaa6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4|^8.0" "php": "^8.0"
}, },
"require-dev": { "require-dev": {
"illuminate/collections": "^8.36",
"jetbrains/phpstorm-attributes": "^1.0",
"larapack/dd": "^1.1",
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
}, },
"suggest": { "suggest": {
@ -4362,15 +4365,19 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/data-transfer-object/issues", "issues": "https://github.com/spatie/data-transfer-object/issues",
"source": "https://github.com/spatie/data-transfer-object/tree/2.8.3" "source": "https://github.com/spatie/data-transfer-object/tree/3.1.1"
}, },
"funding": [ "funding": [
{ {
"url": "https://www.patreon.com/spatie", "url": "https://spatie.be/open-source/support-us",
"type": "patreon" "type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
} }
], ],
"time": "2021-02-12T08:46:52+00:00" "time": "2021-04-26T03:32:41+00:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",