Merge pull request #6389 from wallabag/dependabot/composer/willdurand/hateoas-3.9.0

Bump willdurand/hateoas from 3.8.0 to 3.9.0
This commit is contained in:
Jérémy Benoist 2023-03-27 09:13:40 +02:00 committed by GitHub
commit 010dd487f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
composer.lock generated
View file

@ -11542,30 +11542,31 @@
},
{
"name": "willdurand/hateoas",
"version": "3.8.0",
"version": "3.9.0",
"source": {
"type": "git",
"url": "https://github.com/willdurand/Hateoas.git",
"reference": "2f37b8823328a9ee170f2af7880ce02f9fabe019"
"reference": "39bae0385895b2615d6f7bea5cae0657349582fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/2f37b8823328a9ee170f2af7880ce02f9fabe019",
"reference": "2f37b8823328a9ee170f2af7880ce02f9fabe019",
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/39bae0385895b2615d6f7bea5cae0657349582fc",
"reference": "39bae0385895b2615d6f7bea5cae0657349582fc",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.13.2",
"doctrine/annotations": "^1.13.2 || ^2.0",
"jms/metadata": "^2.0",
"jms/serializer": "^3.2",
"jms/serializer": "^3.18.2",
"php": "^7.2 | ^8.0",
"symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0"
},
"require-dev": {
"doctrine/coding-standard": "^5.0 | ^8.0",
"doctrine/persistence": "^1.3.4",
"doctrine/persistence": "^1.3.4 | ^2.0 | ^3.0",
"pagerfanta/core": "^2.4 || ^3.0",
"phpdocumentor/type-resolver": "^1.5.1",
"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",
@ -11609,9 +11610,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.8.0"
"source": "https://github.com/willdurand/Hateoas/tree/3.9.0"
},
"time": "2021-12-18T21:29:42+00:00"
"time": "2023-01-31T13:54:41+00:00"
},
{
"name": "willdurand/hateoas-bundle",