2013-08-03 20:47:17 +02:00
|
|
|
{
|
2015-01-16 20:45:23 +01:00
|
|
|
"name": "wallabag/wallabag",
|
|
|
|
"description": "open source self hostable read-it-later web application",
|
2023-07-26 15:12:47 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"type": "project",
|
2019-01-12 13:10:51 +01:00
|
|
|
"keywords": [
|
2020-06-15 08:25:59 +02:00
|
|
|
"poche",
|
|
|
|
"wallabag",
|
2019-01-12 13:10:51 +01:00
|
|
|
"read-it-later",
|
|
|
|
"read it later"
|
|
|
|
],
|
2015-01-16 20:45:23 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Lœuillet",
|
|
|
|
"email": "nicolas@loeuillet.org",
|
2023-07-26 15:12:47 +02:00
|
|
|
"homepage": "https://nicolas.loeuillet.org",
|
2015-01-16 20:45:23 +01:00
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Thomas Citharel",
|
2023-07-26 15:12:47 +02:00
|
|
|
"homepage": "https://tcit.fr",
|
2015-01-16 20:45:23 +01:00
|
|
|
"role": "Developer"
|
2015-08-17 17:59:12 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jérémy Benoist",
|
2020-06-15 08:25:59 +02:00
|
|
|
"homepage": "https://www.j0k3r.net",
|
2015-08-17 17:59:12 +02:00
|
|
|
"role": "Developer"
|
2023-07-26 15:12:47 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Kevin Decherf",
|
|
|
|
"homepage": "https://kdecherf.com/",
|
|
|
|
"role": "Developer"
|
2015-01-16 20:45:23 +01:00
|
|
|
}
|
|
|
|
],
|
2023-07-26 15:12:47 +02:00
|
|
|
"homepage": "https://github.com/wallabag/wallabag",
|
2015-01-16 20:45:23 +01:00
|
|
|
"support": {
|
|
|
|
"email": "hello@wallabag.org",
|
|
|
|
"issues": "https://github.com/wallabag/wallabag/issues"
|
|
|
|
},
|
2013-08-03 20:47:17 +02:00
|
|
|
"require": {
|
2022-05-13 00:54:21 +02:00
|
|
|
"php": ">=7.4",
|
2020-05-25 06:16:16 +02:00
|
|
|
"ext-ctype": "*",
|
2016-02-23 23:29:25 +01:00
|
|
|
"ext-curl": "*",
|
2020-05-25 06:16:16 +02:00
|
|
|
"ext-dom": "*",
|
2022-05-08 14:40:17 +02:00
|
|
|
"ext-filter": "*",
|
2016-02-23 23:29:25 +01:00
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-hash": "*",
|
2020-05-25 06:16:16 +02:00
|
|
|
"ext-iconv": "*",
|
2022-03-20 22:51:27 +01:00
|
|
|
"ext-intl": "*",
|
2016-02-23 23:29:25 +01:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
2020-05-25 06:16:16 +02:00
|
|
|
"ext-pcre": "*",
|
2016-02-24 14:19:47 +01:00
|
|
|
"ext-pdo": "*",
|
2020-05-25 06:16:16 +02:00
|
|
|
"ext-session": "*",
|
|
|
|
"ext-simplexml": "*",
|
2019-01-16 21:54:38 +01:00
|
|
|
"ext-tidy": "*",
|
2020-05-25 06:16:16 +02:00
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"ext-xml": "*",
|
2022-12-14 14:36:29 +01:00
|
|
|
"babdev/pagerfanta-bundle": "^3.7",
|
2020-05-25 06:16:16 +02:00
|
|
|
"bdunogier/guzzle-site-authenticator": "^1.0.0",
|
|
|
|
"craue/config-bundle": "^2.3.0",
|
|
|
|
"defuse/php-encryption": "^2.1",
|
2022-05-08 14:40:17 +02:00
|
|
|
"doctrine/collections": "^1.6",
|
2022-12-14 14:36:29 +01:00
|
|
|
"doctrine/common": "^3.0",
|
|
|
|
"doctrine/dbal": "^3.3",
|
|
|
|
"doctrine/doctrine-bundle": "^2.0",
|
|
|
|
"doctrine/doctrine-migrations-bundle": "^3.2",
|
2022-05-08 14:40:17 +02:00
|
|
|
"doctrine/event-manager": "^1.1",
|
2022-12-14 14:36:29 +01:00
|
|
|
"doctrine/migrations": "^3.2",
|
2020-05-25 06:16:16 +02:00
|
|
|
"doctrine/orm": "^2.6",
|
2022-12-14 14:36:29 +01:00
|
|
|
"doctrine/persistence": "^3.0",
|
2022-12-15 12:02:52 +01:00
|
|
|
"egulias/email-validator": "^3.2",
|
2022-09-27 15:39:39 +02:00
|
|
|
"enshrined/svg-sanitize": "^0.15.4",
|
2020-05-25 06:16:16 +02:00
|
|
|
"friendsofsymfony/jsrouting-bundle": "^2.2",
|
2022-12-14 14:36:29 +01:00
|
|
|
"friendsofsymfony/oauth-server-bundle": "dev-master#dc8ff343363cf794d30eb1a123610d186a43f162",
|
2022-12-15 09:21:01 +01:00
|
|
|
"friendsofsymfony/rest-bundle": "~3.4",
|
2022-12-13 13:39:24 +01:00
|
|
|
"friendsofsymfony/user-bundle": "^3.1",
|
2016-05-09 10:42:11 +02:00
|
|
|
"guzzlehttp/guzzle": "^5.3.1",
|
2023-05-05 05:02:25 +02:00
|
|
|
"guzzlehttp/psr7": "^2.5",
|
2020-05-25 06:16:16 +02:00
|
|
|
"html2text/html2text": "^4.1",
|
|
|
|
"incenteev/composer-parameter-handler": "^2.1",
|
|
|
|
"j0k3r/graby": "^2.0",
|
|
|
|
"javibravo/simpleue": "^2.0",
|
2022-05-08 14:40:17 +02:00
|
|
|
"jms/serializer": "^3.17",
|
2022-12-15 14:34:49 +01:00
|
|
|
"jms/serializer-bundle": "~5.0",
|
2022-05-08 14:40:17 +02:00
|
|
|
"kphoen/rulerz": "^0.21",
|
2020-05-25 06:16:16 +02:00
|
|
|
"kphoen/rulerz-bundle": "~0.13",
|
2022-12-13 10:31:51 +01:00
|
|
|
"laminas/laminas-code": "^4.7",
|
2022-12-14 14:36:29 +01:00
|
|
|
"lcobucci/jwt": "~4.1.5",
|
|
|
|
"lexik/form-filter-bundle": "^7.0",
|
2020-05-25 06:16:16 +02:00
|
|
|
"mgargano/simplehtmldom": "~1.5",
|
2020-04-28 09:02:39 +02:00
|
|
|
"mnapoli/piwik-twig-extension": "^3.0",
|
2022-12-22 14:57:05 +01:00
|
|
|
"nelmio/api-doc-bundle": "^4.10",
|
2022-12-13 11:08:11 +01:00
|
|
|
"nelmio/cors-bundle": "~2.2",
|
2019-01-12 13:10:51 +01:00
|
|
|
"ocramius/proxy-manager": "^2.1.1",
|
2022-12-14 14:36:29 +01:00
|
|
|
"pagerfanta/doctrine-orm-adapter": "^3.7",
|
|
|
|
"pagerfanta/twig": "^3.7",
|
2022-12-14 04:02:04 +01:00
|
|
|
"php-amqplib/php-amqplib": "^3.4",
|
2022-12-13 10:50:31 +01:00
|
|
|
"php-amqplib/rabbitmq-bundle": "^2.11",
|
2022-05-08 14:40:17 +02:00
|
|
|
"php-http/client-common": "^2.4",
|
|
|
|
"php-http/discovery": "^1.14",
|
2020-05-25 06:16:16 +02:00
|
|
|
"php-http/guzzle5-adapter": "^2.0",
|
2022-05-08 14:40:17 +02:00
|
|
|
"php-http/httplug": "^2.3",
|
2020-05-25 06:16:16 +02:00
|
|
|
"php-http/httplug-bundle": "^1.14",
|
2022-05-08 14:40:17 +02:00
|
|
|
"php-http/message": "^1.13",
|
|
|
|
"php-http/message-factory": "^1.0",
|
2021-03-24 04:04:36 +01:00
|
|
|
"pragmarx/recovery": "^0.2.0",
|
2022-11-04 06:47:24 +01:00
|
|
|
"predis/predis": "^2.0.3",
|
2022-05-08 14:40:17 +02:00
|
|
|
"psr/http-message": "^1.0",
|
|
|
|
"psr/log": "^1.1",
|
2022-12-14 16:55:15 +01:00
|
|
|
"scheb/2fa-backup-code": "^5.13",
|
|
|
|
"scheb/2fa-bundle": "^5.13",
|
|
|
|
"scheb/2fa-email": "^5.13",
|
|
|
|
"scheb/2fa-google-authenticator": "^5.13",
|
|
|
|
"scheb/2fa-qr-code": "^5.13",
|
|
|
|
"scheb/2fa-trusted-device": "^5.13",
|
2022-12-13 10:44:23 +01:00
|
|
|
"sensio/framework-extra-bundle": "^6.2",
|
2023-08-02 04:10:33 +02:00
|
|
|
"sentry/sentry-symfony": "4.10.0",
|
2020-05-25 06:16:16 +02:00
|
|
|
"stof/doctrine-extensions-bundle": "^1.2",
|
2023-08-08 11:33:57 +02:00
|
|
|
"symfony/asset": "^4.4",
|
|
|
|
"symfony/config": "^4.4",
|
|
|
|
"symfony/console": "^4.4",
|
|
|
|
"symfony/debug": "^4.4",
|
|
|
|
"symfony/dependency-injection": "^4.4",
|
|
|
|
"symfony/doctrine-bridge": "^4.4",
|
|
|
|
"symfony/dom-crawler": "^4.4",
|
|
|
|
"symfony/error-handler": "^4.4",
|
|
|
|
"symfony/event-dispatcher": "^4.4",
|
|
|
|
"symfony/finder": "^4.4",
|
|
|
|
"symfony/form": "^4.4",
|
|
|
|
"symfony/framework-bundle": "^4.4",
|
|
|
|
"symfony/http-foundation": "^4.4",
|
|
|
|
"symfony/http-kernel": "^4.4",
|
|
|
|
"symfony/mailer": "^4.4",
|
|
|
|
"symfony/mime": "^4.4",
|
2020-05-25 06:16:16 +02:00
|
|
|
"symfony/monolog-bundle": "^3.1",
|
2023-08-08 11:33:57 +02:00
|
|
|
"symfony/options-resolver": "^4.4",
|
2022-12-19 13:23:56 +01:00
|
|
|
"symfony/proxy-manager-bridge": "^4.4",
|
2023-08-08 11:33:57 +02:00
|
|
|
"symfony/routing": "^4.4",
|
|
|
|
"symfony/security-bundle": "^4.4",
|
|
|
|
"symfony/security-core": "^4.4",
|
|
|
|
"symfony/security-http": "^4.4",
|
|
|
|
"symfony/templating": "^4.4",
|
|
|
|
"symfony/twig-bundle": "^4.4",
|
|
|
|
"symfony/validator": "^4.4",
|
2020-05-25 06:16:16 +02:00
|
|
|
"tecnickcom/tcpdf": "^6.3.0",
|
2022-12-15 12:32:16 +01:00
|
|
|
"twig/extra-bundle": "^3.4",
|
|
|
|
"twig/string-extra": "^3.4",
|
|
|
|
"twig/twig": "^3.4.3",
|
2020-05-25 06:16:16 +02:00
|
|
|
"wallabag/php-mobi": "~1.0",
|
2022-03-02 20:36:02 +01:00
|
|
|
"wallabag/phpepub": "^4.0.10",
|
2022-05-08 14:40:17 +02:00
|
|
|
"willdurand/hateoas": "^3.8",
|
2020-06-15 08:25:59 +02:00
|
|
|
"willdurand/hateoas-bundle": "~2.1"
|
2015-01-19 11:59:22 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-12-14 14:36:29 +01:00
|
|
|
"dama/doctrine-test-bundle": "^7.1",
|
2018-10-04 14:07:20 +02:00
|
|
|
"doctrine/doctrine-fixtures-bundle": "~3.0",
|
2023-07-26 15:12:47 +02:00
|
|
|
"ergebnis/composer-normalize": "^2.28",
|
2022-12-01 07:06:22 +01:00
|
|
|
"friendsofphp/php-cs-fixer": "~3.4",
|
2022-12-01 04:03:52 +01:00
|
|
|
"friendsoftwig/twigcs": "^6.0",
|
2020-01-09 04:56:31 +01:00
|
|
|
"m6web/redis-mock": "^5.0",
|
2020-05-25 06:16:16 +02:00
|
|
|
"php-http/mock-client": "^1.0",
|
2020-06-15 08:25:59 +02:00
|
|
|
"phpstan/extension-installer": "^1.0",
|
2022-08-01 08:31:05 +02:00
|
|
|
"phpstan/phpstan": "^1.8",
|
|
|
|
"phpstan/phpstan-doctrine": "^1.3",
|
|
|
|
"phpstan/phpstan-phpunit": "^1.1",
|
|
|
|
"phpstan/phpstan-symfony": "^1.2",
|
2023-08-08 11:33:57 +02:00
|
|
|
"symfony/browser-kit": "^4.4",
|
|
|
|
"symfony/css-selector": "^4.4",
|
|
|
|
"symfony/debug-bundle": "^4.4",
|
2020-05-25 06:16:16 +02:00
|
|
|
"symfony/maker-bundle": "^1.18",
|
2023-08-08 11:33:57 +02:00
|
|
|
"symfony/phpunit-bridge": "~6.0",
|
|
|
|
"symfony/var-dumper": "^4.4",
|
|
|
|
"symfony/web-profiler-bundle": "^4.4",
|
|
|
|
"symfony/web-server-bundle": "^4.4"
|
2015-01-19 11:59:22 +01:00
|
|
|
},
|
2019-05-10 15:32:29 +02:00
|
|
|
"suggest": {
|
|
|
|
"ext-imagick": "To keep GIF animation when downloading image is enabled"
|
|
|
|
},
|
2023-07-26 15:12:47 +02:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
2015-01-20 07:40:39 +01:00
|
|
|
"autoload": {
|
2018-10-24 21:02:35 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Wallabag\\": "src/Wallabag/"
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"app/AppKernel.php",
|
|
|
|
"app/AppCache.php"
|
|
|
|
]
|
2015-01-20 07:40:39 +01:00
|
|
|
},
|
2016-06-01 21:27:35 +02:00
|
|
|
"autoload-dev": {
|
2018-10-24 21:02:35 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Tests\\": "tests/"
|
2023-08-08 11:33:57 +02:00
|
|
|
}
|
2016-06-01 21:27:35 +02:00
|
|
|
},
|
2015-01-19 11:59:22 +01:00
|
|
|
"config": {
|
2023-07-26 15:12:47 +02:00
|
|
|
"allow-plugins": {
|
|
|
|
"phpstan/extension-installer": true,
|
|
|
|
"php-http/discovery": true,
|
|
|
|
"ergebnis/composer-normalize": true
|
|
|
|
},
|
2016-11-20 22:30:37 +01:00
|
|
|
"bin-dir": "bin",
|
|
|
|
"platform": {
|
2022-05-13 00:54:21 +02:00
|
|
|
"php": "7.4.29"
|
2020-05-25 06:16:16 +02:00
|
|
|
},
|
2023-07-26 15:12:47 +02:00
|
|
|
"sort-packages": true
|
2015-01-31 09:41:49 +01:00
|
|
|
},
|
2023-07-26 15:12:47 +02:00
|
|
|
"extra": {
|
|
|
|
"incenteev-parameters": {
|
|
|
|
"file": "app/config/parameters.yml"
|
|
|
|
},
|
|
|
|
"public-dir": "web"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
|
|
|
"@post-cmd"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"@post-cmd"
|
|
|
|
],
|
|
|
|
"post-cmd": [
|
|
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
|
|
"bin/console cache:clear --no-warmup",
|
|
|
|
"bin/console assets:install web --symlink --relative"
|
|
|
|
]
|
|
|
|
}
|
2015-01-31 09:41:49 +01:00
|
|
|
}
|