mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Merge pull request #7757 from wallabag/dependabot/composer/willdurand/hateoas-3.11.0
This commit is contained in:
commit
6e7b699452
1 changed files with 13 additions and 13 deletions
26
composer.lock
generated
26
composer.lock
generated
|
@ -10124,16 +10124,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/expression-language",
|
"name": "symfony/expression-language",
|
||||||
"version": "v5.4.40",
|
"version": "v5.4.45",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/expression-language.git",
|
"url": "https://github.com/symfony/expression-language.git",
|
||||||
"reference": "77670d1e74086dc8d941a18f97097bbf988f2840"
|
"reference": "a784b66edc4c151eb05076d04707906ee2c209a9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/expression-language/zipball/77670d1e74086dc8d941a18f97097bbf988f2840",
|
"url": "https://api.github.com/repos/symfony/expression-language/zipball/a784b66edc4c151eb05076d04707906ee2c209a9",
|
||||||
"reference": "77670d1e74086dc8d941a18f97097bbf988f2840",
|
"reference": "a784b66edc4c151eb05076d04707906ee2c209a9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -10167,7 +10167,7 @@
|
||||||
"description": "Provides an engine that can compile and evaluate expressions",
|
"description": "Provides an engine that can compile and evaluate expressions",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/expression-language/tree/v5.4.40"
|
"source": "https://github.com/symfony/expression-language/tree/v5.4.45"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -10183,7 +10183,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-05-31T14:33:22+00:00"
|
"time": "2024-10-04T14:55:40+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/filesystem",
|
"name": "symfony/filesystem",
|
||||||
|
@ -15139,16 +15139,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "willdurand/hateoas",
|
"name": "willdurand/hateoas",
|
||||||
"version": "3.10.0",
|
"version": "3.11.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/willdurand/Hateoas.git",
|
"url": "https://github.com/willdurand/Hateoas.git",
|
||||||
"reference": "5d7953f4b04b926cb4f2fb73568b654998eb2b80"
|
"reference": "73fcb546b22df5d8e3483ba9a48820f499009acd"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/5d7953f4b04b926cb4f2fb73568b654998eb2b80",
|
"url": "https://api.github.com/repos/willdurand/Hateoas/zipball/73fcb546b22df5d8e3483ba9a48820f499009acd",
|
||||||
"reference": "5d7953f4b04b926cb4f2fb73568b654998eb2b80",
|
"reference": "73fcb546b22df5d8e3483ba9a48820f499009acd",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -15159,7 +15159,7 @@
|
||||||
"symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
|
"symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/coding-standard": "^5.0 | ^8.0",
|
"doctrine/coding-standard": "^12.0",
|
||||||
"doctrine/persistence": "^1.3.4 | ^2.0 | ^3.0",
|
"doctrine/persistence": "^1.3.4 | ^2.0 | ^3.0",
|
||||||
"pagerfanta/core": "^2.4 || ^3.0",
|
"pagerfanta/core": "^2.4 || ^3.0",
|
||||||
"phpdocumentor/type-resolver": "^1.5.1",
|
"phpdocumentor/type-resolver": "^1.5.1",
|
||||||
|
@ -15207,9 +15207,9 @@
|
||||||
"description": "A PHP library to support implementing representations for HATEOAS REST web services",
|
"description": "A PHP library to support implementing representations for HATEOAS REST web services",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/willdurand/Hateoas/issues",
|
"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",
|
"name": "willdurand/hateoas-bundle",
|
||||||
|
|
Loading…
Reference in a new issue