mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Fix composer
This commit is contained in:
parent
085767ea04
commit
9417f6812d
2 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@
|
||||||
"jms/serializer-bundle": "^5.4",
|
"jms/serializer-bundle": "^5.4",
|
||||||
"laminas/laminas-code": "^4.7.1",
|
"laminas/laminas-code": "^4.7.1",
|
||||||
"lcobucci/jwt": "^4.3",
|
"lcobucci/jwt": "^4.3",
|
||||||
"mgargano/simplehtmldom": "~1.5",
|
"mgargano/simplehtmldom": "^1.5",
|
||||||
"mnapoli/piwik-twig-extension": "^3.0",
|
"mnapoli/piwik-twig-extension": "^3.0",
|
||||||
"nelmio/api-doc-bundle": "^4.16.2",
|
"nelmio/api-doc-bundle": "^4.16.2",
|
||||||
"nelmio/cors-bundle": "^2.4",
|
"nelmio/cors-bundle": "^2.4",
|
||||||
|
@ -208,9 +208,9 @@
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
"phpstan/extension-installer": true,
|
"ergebnis/composer-normalize": true,
|
||||||
"php-http/discovery": true,
|
"php-http/discovery": true,
|
||||||
"ergebnis/composer-normalize": true
|
"phpstan/extension-installer": true
|
||||||
},
|
},
|
||||||
"bin-dir": "bin",
|
"bin-dir": "bin",
|
||||||
"platform": {
|
"platform": {
|
||||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -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": "8ecb69d5eb2536de6459ad5c74c04ab2",
|
"content-hash": "c0050b756aaba6f8c2827bc0ec8c8b78",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "babdev/pagerfanta-bundle",
|
"name": "babdev/pagerfanta-bundle",
|
||||||
|
|
Loading…
Reference in a new issue