Bump spatie/data-transfer-object from 3.7.2 to 3.7.3

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

---
updated-dependencies:
- dependency-name: spatie/data-transfer-object
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-01-17 03:03:02 +00:00
committed by GitHub
parent 788ac54f86
commit 032389c6c0
2 changed files with 8 additions and 11 deletions

View File

@@ -107,7 +107,7 @@
"psr/log": "<3", "psr/log": "<3",
"ramsey/uuid": "^4.2", "ramsey/uuid": "^4.2",
"rcrowe/twigbridge": "^0.13", "rcrowe/twigbridge": "^0.13",
"spatie/data-transfer-object": "^3.1" "spatie/data-transfer-object": "^3.7"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.6", "barryvdh/laravel-debugbar": "^3.6",

17
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": "b0f789f15ee4e1157e9e03f3718cd6da", "content-hash": "ae7b2ce94e5169afb29b29086fb60017",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@@ -4900,16 +4900,16 @@
}, },
{ {
"name": "spatie/data-transfer-object", "name": "spatie/data-transfer-object",
"version": "3.7.2", "version": "3.7.3",
"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": "56fcac4ba39c9307a9514d49d3435f8a48409bee" "reference": "341f72c77e0fce40ea2e0dcb212cb54dc27bbe72"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/data-transfer-object/zipball/56fcac4ba39c9307a9514d49d3435f8a48409bee", "url": "https://api.github.com/repos/spatie/data-transfer-object/zipball/341f72c77e0fce40ea2e0dcb212cb54dc27bbe72",
"reference": "56fcac4ba39c9307a9514d49d3435f8a48409bee", "reference": "341f72c77e0fce40ea2e0dcb212cb54dc27bbe72",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4921,9 +4921,6 @@
"larapack/dd": "^1.1", "larapack/dd": "^1.1",
"phpunit/phpunit": "^9.0" "phpunit/phpunit": "^9.0"
}, },
"suggest": {
"phpstan/phpstan": "Take advantage of checkUninitializedProperties with \\Spatie\\DataTransferObject\\PHPstan\\PropertiesAreAlwaysInitializedExtension"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@@ -4950,7 +4947,7 @@
], ],
"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/3.7.2" "source": "https://github.com/spatie/data-transfer-object/tree/3.7.3"
}, },
"funding": [ "funding": [
{ {
@@ -4962,7 +4959,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-09-17T04:04:12+00:00" "time": "2021-12-30T20:31:10+00:00"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",