Bump willdurand/hateoas from 3.10.0 to 3.11.0

Bumps [willdurand/hateoas](https://github.com/willdurand/Hateoas) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/willdurand/Hateoas/releases)
- [Commits](https://github.com/willdurand/Hateoas/compare/3.10.0...3.11.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] 2024-11-01 03:26:37 +00:00 committed by GitHub
parent 38b37cff35
commit b3c5ef8e0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

38
composer.lock generated
View file

@ -4862,16 +4862,16 @@
},
{
"name": "jms/serializer",
"version": "3.31.0",
"version": "3.31.1",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/serializer.git",
"reference": "43404be0e708f5640efb3f7c3badedc061c0aeb9"
"reference": "362503da26673f210221c25b99c795da718ad9aa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/43404be0e708f5640efb3f7c3badedc061c0aeb9",
"reference": "43404be0e708f5640efb3f7c3badedc061c0aeb9",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/362503da26673f210221c25b99c795da718ad9aa",
"reference": "362503da26673f210221c25b99c795da718ad9aa",
"shasum": ""
},
"require": {
@ -4947,7 +4947,7 @@
],
"support": {
"issues": "https://github.com/schmittjoh/serializer/issues",
"source": "https://github.com/schmittjoh/serializer/tree/3.31.0"
"source": "https://github.com/schmittjoh/serializer/tree/3.31.1"
},
"funding": [
{
@ -4955,7 +4955,7 @@
"type": "github"
}
],
"time": "2024-10-16T09:35:06+00:00"
"time": "2024-10-31T18:35:14+00:00"
},
{
"name": "jms/serializer-bundle",
@ -10125,16 +10125,16 @@
},
{
"name": "symfony/expression-language",
"version": "v5.4.40",
"version": "v5.4.45",
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
"reference": "77670d1e74086dc8d941a18f97097bbf988f2840"
"reference": "a784b66edc4c151eb05076d04707906ee2c209a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/77670d1e74086dc8d941a18f97097bbf988f2840",
"reference": "77670d1e74086dc8d941a18f97097bbf988f2840",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/a784b66edc4c151eb05076d04707906ee2c209a9",
"reference": "a784b66edc4c151eb05076d04707906ee2c209a9",
"shasum": ""
},
"require": {
@ -10168,7 +10168,7 @@
"description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/expression-language/tree/v5.4.40"
"source": "https://github.com/symfony/expression-language/tree/v5.4.45"
},
"funding": [
{
@ -10184,7 +10184,7 @@
"type": "tidelift"
}
],
"time": "2024-05-31T14:33:22+00:00"
"time": "2024-10-04T14:55:40+00:00"
},
{
"name": "symfony/filesystem",
@ -15140,16 +15140,16 @@
},
{
"name": "willdurand/hateoas",
"version": "3.10.0",
"version": "3.11.0",
"source": {
"type": "git",
"url": "https://github.com/willdurand/Hateoas.git",
"reference": "5d7953f4b04b926cb4f2fb73568b654998eb2b80"
"reference": "73fcb546b22df5d8e3483ba9a48820f499009acd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/5d7953f4b04b926cb4f2fb73568b654998eb2b80",
"reference": "5d7953f4b04b926cb4f2fb73568b654998eb2b80",
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/73fcb546b22df5d8e3483ba9a48820f499009acd",
"reference": "73fcb546b22df5d8e3483ba9a48820f499009acd",
"shasum": ""
},
"require": {
@ -15160,7 +15160,7 @@
"symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
},
"require-dev": {
"doctrine/coding-standard": "^5.0 | ^8.0",
"doctrine/coding-standard": "^12.0",
"doctrine/persistence": "^1.3.4 | ^2.0 | ^3.0",
"pagerfanta/core": "^2.4 || ^3.0",
"phpdocumentor/type-resolver": "^1.5.1",
@ -15208,9 +15208,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.10.0"
"source": "https://github.com/willdurand/Hateoas/tree/3.11.0"
},
"time": "2023-12-12T13:35:06+00:00"
"time": "2024-10-15T19:28:23+00:00"
},
{
"name": "willdurand/hateoas-bundle",