Bump willdurand/hateoas from 3.9.0 to 3.10.0

Bumps [willdurand/hateoas](https://github.com/willdurand/Hateoas) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/willdurand/Hateoas/releases)
- [Commits](https://github.com/willdurand/Hateoas/compare/3.9.0...3.10.0)

---
updated-dependencies:
- dependency-name: willdurand/hateoas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-13 03:08:11 +00:00 committed by GitHub
parent a67f836b04
commit 46fb03e367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

42
composer.lock generated
View file

@ -9410,16 +9410,16 @@
},
{
"name": "symfony/cache",
"version": "v5.4.31",
"version": "v5.4.32",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "9c0a3a5d0718e51ff81e0605be38fe1acbee9eeb"
"reference": "2553faca77502a4f68dc93cd2f3b9ec650751e40"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/9c0a3a5d0718e51ff81e0605be38fe1acbee9eeb",
"reference": "9c0a3a5d0718e51ff81e0605be38fe1acbee9eeb",
"url": "https://api.github.com/repos/symfony/cache/zipball/2553faca77502a4f68dc93cd2f3b9ec650751e40",
"reference": "2553faca77502a4f68dc93cd2f3b9ec650751e40",
"shasum": ""
},
"require": {
@ -9487,7 +9487,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.4.31"
"source": "https://github.com/symfony/cache/tree/v5.4.32"
},
"funding": [
{
@ -9503,7 +9503,7 @@
"type": "tidelift"
}
],
"time": "2023-11-06T17:37:55+00:00"
"time": "2023-11-24T13:04:07+00:00"
},
{
"name": "symfony/cache-contracts",
@ -14294,16 +14294,16 @@
},
{
"name": "symfony/var-exporter",
"version": "v5.4.26",
"version": "v5.4.32",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "11401fe94f960249b3c63a488c63ba73091c1e4a"
"reference": "fdb022f0d3d41df240c18e2eb9a117c430f06add"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/11401fe94f960249b3c63a488c63ba73091c1e4a",
"reference": "11401fe94f960249b3c63a488c63ba73091c1e4a",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/fdb022f0d3d41df240c18e2eb9a117c430f06add",
"reference": "fdb022f0d3d41df240c18e2eb9a117c430f06add",
"shasum": ""
},
"require": {
@ -14347,7 +14347,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.4.26"
"source": "https://github.com/symfony/var-exporter/tree/v5.4.32"
},
"funding": [
{
@ -14363,7 +14363,7 @@
"type": "tidelift"
}
],
"time": "2023-07-20T07:21:16+00:00"
"time": "2023-11-16T19:33:05+00:00"
},
{
"name": "symfony/yaml",
@ -15045,16 +15045,16 @@
},
{
"name": "willdurand/hateoas",
"version": "3.9.0",
"version": "3.10.0",
"source": {
"type": "git",
"url": "https://github.com/willdurand/Hateoas.git",
"reference": "39bae0385895b2615d6f7bea5cae0657349582fc"
"reference": "5d7953f4b04b926cb4f2fb73568b654998eb2b80"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/39bae0385895b2615d6f7bea5cae0657349582fc",
"reference": "39bae0385895b2615d6f7bea5cae0657349582fc",
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/5d7953f4b04b926cb4f2fb73568b654998eb2b80",
"reference": "5d7953f4b04b926cb4f2fb73568b654998eb2b80",
"shasum": ""
},
"require": {
@ -15062,7 +15062,7 @@
"jms/metadata": "^2.0",
"jms/serializer": "^3.18.2",
"php": "^7.2 | ^8.0",
"symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0"
"symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
},
"require-dev": {
"doctrine/coding-standard": "^5.0 | ^8.0",
@ -15072,8 +15072,8 @@
"phpspec/prophecy": "^1.16",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^7 | ^9.5.10",
"symfony/routing": "~3.0 || ~4.0 || ~5.0 || ~6.0",
"symfony/yaml": "~3.0 || ~4.0 || ~5.0 || ~6.0",
"symfony/routing": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0",
"symfony/yaml": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0",
"twig/twig": "^1.43 || ^2.13 || ^3.0"
},
"suggest": {
@ -15113,9 +15113,9 @@
"description": "A PHP library to support implementing representations for HATEOAS REST web services",
"support": {
"issues": "https://github.com/willdurand/Hateoas/issues",
"source": "https://github.com/willdurand/Hateoas/tree/3.9.0"
"source": "https://github.com/willdurand/Hateoas/tree/3.10.0"
},
"time": "2023-01-31T13:54:41+00:00"
"time": "2023-12-12T13:35:06+00:00"
},
{
"name": "willdurand/hateoas-bundle",