mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Bump willdurand/hateoas-bundle from 2.5.0 to 2.6.0
Bumps [willdurand/hateoas-bundle](https://github.com/willdurand/BazingaHateoasBundle) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/willdurand/BazingaHateoasBundle/releases) - [Commits](https://github.com/willdurand/BazingaHateoasBundle/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: willdurand/hateoas-bundle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
83404b20b9
commit
4f395fb240
1 changed files with 16 additions and 13 deletions
29
composer.lock
generated
29
composer.lock
generated
|
@ -15119,31 +15119,34 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "willdurand/hateoas-bundle",
|
"name": "willdurand/hateoas-bundle",
|
||||||
"version": "2.5.0",
|
"version": "2.6.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/willdurand/BazingaHateoasBundle.git",
|
"url": "https://github.com/willdurand/BazingaHateoasBundle.git",
|
||||||
"reference": "f9f09f02c464469ff4deb5dfe6619c4c1409ef44"
|
"reference": "ccbdde8356ef02cbc72ac7ec40c7f1db3382b4ef"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/f9f09f02c464469ff4deb5dfe6619c4c1409ef44",
|
"url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/ccbdde8356ef02cbc72ac7ec40c7f1db3382b4ef",
|
||||||
"reference": "f9f09f02c464469ff4deb5dfe6619c4c1409ef44",
|
"reference": "ccbdde8356ef02cbc72ac7ec40c7f1db3382b4ef",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"jms/serializer-bundle": "^3.1 || ^4.0 || ^5.0@beta",
|
"jms/serializer-bundle": "^3.1 || ^4.2 || ^5.0",
|
||||||
"php": "^7.2 || ^8.0",
|
"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",
|
||||||
"symfony/framework-bundle": "~3.0 || ~4.0 || ~5.0 || ~6.0",
|
"symfony/framework-bundle": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0",
|
||||||
"willdurand/hateoas": "^3.5"
|
"willdurand/hateoas": "^3.5"
|
||||||
},
|
},
|
||||||
|
"conflict": {
|
||||||
|
"jms/serializer": "<3.18"
|
||||||
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/annotations": "^1.13.2",
|
"doctrine/annotations": "^1.13.2 || ^2.0",
|
||||||
"doctrine/coding-standard": "^8.0",
|
"doctrine/coding-standard": "^8.0",
|
||||||
"phpunit/phpunit": "^8.5 || ^9.5",
|
"phpunit/phpunit": "^8.5.32 || ^9.5.10",
|
||||||
"symfony/stopwatch": "~3.0 || ~4.0 || ~5.0 || ~6.0",
|
"symfony/stopwatch": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0",
|
||||||
"twig/twig": "~1.12|~2.0"
|
"twig/twig": "~1.12|~2.0|~3.0"
|
||||||
},
|
},
|
||||||
"type": "symfony-bundle",
|
"type": "symfony-bundle",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -15173,9 +15176,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/willdurand/BazingaHateoasBundle/issues",
|
"issues": "https://github.com/willdurand/BazingaHateoasBundle/issues",
|
||||||
"source": "https://github.com/willdurand/BazingaHateoasBundle/tree/2.5.0"
|
"source": "https://github.com/willdurand/BazingaHateoasBundle/tree/2.6.0"
|
||||||
},
|
},
|
||||||
"time": "2022-09-14T09:43:38+00:00"
|
"time": "2023-12-13T11:29:05+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "willdurand/jsonp-callback-validator",
|
"name": "willdurand/jsonp-callback-validator",
|
||||||
|
|
Loading…
Reference in a new issue