Merge pull request #7664 from wallabag/fix/graby-site-config-deps

Add `graby-site-config` as direct deps
This commit is contained in:
Jérémy Benoist 2024-09-06 11:57:50 +02:00 committed by GitHub
commit 8f086c9203
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 7 deletions

View file

@ -21,6 +21,7 @@ return $config
'friendsofphp/php-cs-fixer', 'friendsofphp/php-cs-fixer',
'friendsoftwig/twigcs', 'friendsoftwig/twigcs',
'incenteev/composer-parameter-handler', 'incenteev/composer-parameter-handler',
'j0k3r/graby-site-config',
'laminas/laminas-code', 'laminas/laminas-code',
'lcobucci/jwt', 'lcobucci/jwt',
'mgargano/simplehtmldom', 'mgargano/simplehtmldom',

View file

@ -81,6 +81,7 @@
"html2text/html2text": "^4.3.1", "html2text/html2text": "^4.3.1",
"incenteev/composer-parameter-handler": "^2.2", "incenteev/composer-parameter-handler": "^2.2",
"j0k3r/graby": "^2.4.5", "j0k3r/graby": "^2.4.5",
"j0k3r/graby-site-config": "^1.0",
"javibravo/simpleue": "^2.1", "javibravo/simpleue": "^2.1",
"jms/serializer": "^3.29.1", "jms/serializer": "^3.29.1",
"jms/serializer-bundle": "^5.4", "jms/serializer-bundle": "^5.4",

14
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f733733c88aad761aa9420174427611b", "content-hash": "6407ed5fbd4b0973ed565c2a136d3a81",
"packages": [ "packages": [
{ {
"name": "babdev/pagerfanta-bundle", "name": "babdev/pagerfanta-bundle",
@ -4480,16 +4480,16 @@
}, },
{ {
"name": "j0k3r/graby-site-config", "name": "j0k3r/graby-site-config",
"version": "1.0.189", "version": "1.0.191",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/j0k3r/graby-site-config.git", "url": "https://github.com/j0k3r/graby-site-config.git",
"reference": "4c4721be3e7b8830dd6881ff80e149fb14a19bb8" "reference": "cb1bba4d1b86a855ba0e3c6de688e14fa54036c5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/4c4721be3e7b8830dd6881ff80e149fb14a19bb8", "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/cb1bba4d1b86a855ba0e3c6de688e14fa54036c5",
"reference": "4c4721be3e7b8830dd6881ff80e149fb14a19bb8", "reference": "cb1bba4d1b86a855ba0e3c6de688e14fa54036c5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4518,9 +4518,9 @@
"description": "Graby site config files", "description": "Graby site config files",
"support": { "support": {
"issues": "https://github.com/j0k3r/graby-site-config/issues", "issues": "https://github.com/j0k3r/graby-site-config/issues",
"source": "https://github.com/j0k3r/graby-site-config/tree/1.0.189" "source": "https://github.com/j0k3r/graby-site-config/tree/1.0.191"
}, },
"time": "2024-07-01T02:17:59+00:00" "time": "2024-09-01T02:26:18+00:00"
}, },
{ {
"name": "j0k3r/httplug-ssrf-plugin", "name": "j0k3r/httplug-ssrf-plugin",