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