2013-08-03 18:47:17 +00:00
|
|
|
{
|
2015-01-16 19:45:23 +00:00
|
|
|
"name": "wallabag/wallabag",
|
|
|
|
"type": "project",
|
|
|
|
"description": "open source self hostable read-it-later web application",
|
|
|
|
"keywords": ["read-it-later","read it later"],
|
|
|
|
"homepage": "https://github.com/wallabag/wallabag",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Lœuillet",
|
|
|
|
"email": "nicolas@loeuillet.org",
|
|
|
|
"homepage": "http://www.cdetc.fr",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Thomas Citharel",
|
|
|
|
"homepage": "http://tcit.fr",
|
|
|
|
"role": "Developer"
|
2015-08-17 15:59:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jérémy Benoist",
|
2015-08-20 18:13:11 +00:00
|
|
|
"homepage": "http://www.j0k3r.net",
|
2015-08-17 15:59:12 +00:00
|
|
|
"role": "Developer"
|
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": {
|
2016-01-14 17:23:03 +00:00
|
|
|
"php": ">=5.5.9",
|
|
|
|
"symfony/symfony": "3.0.*",
|
2015-12-22 12:00:37 +00:00
|
|
|
"doctrine/orm": "^2.5",
|
|
|
|
"doctrine/doctrine-bundle": "^1.6",
|
|
|
|
"doctrine/doctrine-cache-bundle": "^1.2",
|
2015-01-22 07:30:07 +00:00
|
|
|
"twig/extensions": "~1.0",
|
|
|
|
"symfony/assetic-bundle": "~2.3",
|
2015-12-22 12:00:37 +00:00
|
|
|
"symfony/swiftmailer-bundle": "^2.3",
|
|
|
|
"symfony/monolog-bundle": "^2.8",
|
|
|
|
"sensio/distribution-bundle": "^5.0",
|
|
|
|
"sensio/framework-extra-bundle": "^3.0.2",
|
|
|
|
"incenteev/composer-parameter-handler": "^2.0",
|
2015-06-02 14:58:19 +00:00
|
|
|
"nelmio/cors-bundle": "~1.4.0",
|
2015-01-28 15:15:06 +00:00
|
|
|
"friendsofsymfony/rest-bundle": "~1.4",
|
2015-12-22 12:00:37 +00:00
|
|
|
"jms/serializer-bundle": "~1.0",
|
2015-01-28 15:15:06 +00:00
|
|
|
"nelmio/api-doc-bundle": "~2.7",
|
2015-01-31 08:41:49 +00:00
|
|
|
"ezyang/htmlpurifier": "~4.6",
|
|
|
|
"mgargano/simplehtmldom": "~1.5",
|
2015-09-26 17:51:26 +00:00
|
|
|
"tecnickcom/tcpdf": "~6.2",
|
2015-01-31 08:41:49 +00:00
|
|
|
"simplepie/simplepie": "~1.3.1",
|
2015-12-22 12:00:37 +00:00
|
|
|
"willdurand/hateoas-bundle": "~1.0",
|
2015-06-02 14:58:19 +00:00
|
|
|
"htmlawed/htmlawed": "~1.1.19",
|
2015-12-22 12:00:37 +00:00
|
|
|
"liip/theme-bundle": "~1.1",
|
2015-08-07 20:20:30 +00:00
|
|
|
"pagerfanta/pagerfanta": "~1.0.3",
|
2016-01-13 21:34:54 +00:00
|
|
|
"lexik/form-filter-bundle": "~5.0",
|
2015-08-18 09:08:45 +00:00
|
|
|
"j0k3r/graby": "~1.0",
|
2015-09-29 12:31:52 +00:00
|
|
|
"friendsofsymfony/user-bundle": "dev-master",
|
2016-01-21 07:53:09 +00:00
|
|
|
"friendsofsymfony/oauth-server-bundle": "^1.5",
|
2015-10-14 19:30:25 +00:00
|
|
|
"stof/doctrine-extensions-bundle": "^1.2@dev",
|
2015-12-31 17:51:35 +00:00
|
|
|
"scheb/two-factor-bundle": "~2.0",
|
2015-10-15 18:06:59 +00:00
|
|
|
"grandt/phpepub": "~4.0",
|
2015-10-11 14:54:21 +00:00
|
|
|
"wallabag/php-mobi": "~1.0.0",
|
2015-10-20 11:58:13 +00:00
|
|
|
"kphoen/rulerz-bundle": "~0.10",
|
2016-01-08 15:27:29 +00:00
|
|
|
"guzzlehttp/guzzle": "^5.2.0",
|
2016-01-21 15:35:41 +00:00
|
|
|
"doctrine/doctrine-migrations-bundle": "^1.0",
|
2016-01-21 07:53:09 +00:00
|
|
|
"paragonie/random_compat": "~1.0",
|
|
|
|
"craue/config-bundle": "~1.4"
|
2015-01-19 10:59:22 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2015-12-22 12:00:37 +00:00
|
|
|
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
2016-01-14 17:23:03 +00:00
|
|
|
"sensio/generator-bundle": "^3.0",
|
2015-11-06 22:39:14 +00:00
|
|
|
"phpunit/phpunit": "~4.4",
|
2016-01-14 17:23:03 +00:00
|
|
|
"symfony/phpunit-bridge": "^2.7"
|
2015-01-19 10:59:22 +00:00
|
|
|
},
|
2015-01-21 13:45:39 +00:00
|
|
|
"scripts": {
|
2015-12-22 08:34:32 +00:00
|
|
|
"build-parameters": [
|
|
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"
|
2015-01-22 07:30:07 +00:00
|
|
|
],
|
2015-12-22 08:34:32 +00:00
|
|
|
"post-cmd": [
|
|
|
|
"@build-parameters",
|
2015-01-22 07:30:07 +00:00
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
2015-12-22 12:00:37 +00:00
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
|
|
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
|
2015-11-26 08:20:23 +00:00
|
|
|
],
|
2015-12-22 08:34:32 +00:00
|
|
|
"post-install-cmd": [
|
|
|
|
"@post-cmd"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"@post-cmd"
|
2015-01-21 13:45:39 +00:00
|
|
|
]
|
|
|
|
},
|
2015-01-22 07:30:07 +00:00
|
|
|
"extra": {
|
|
|
|
"symfony-app-dir": "app",
|
2016-01-14 17:23:03 +00:00
|
|
|
"symfony-bin-dir": "bin",
|
|
|
|
"symfony-var-dir": "var",
|
2015-01-22 07:30:07 +00:00
|
|
|
"symfony-web-dir": "web",
|
2016-01-14 17:23:03 +00:00
|
|
|
"symfony-tests-dir": "tests",
|
2015-01-22 07:30:07 +00:00
|
|
|
"symfony-assets-install": "relative",
|
|
|
|
"incenteev-parameters": {
|
2015-11-26 08:20:23 +00:00
|
|
|
"file": "app/config/parameters.yml",
|
|
|
|
"env-map": {
|
|
|
|
"mailer_host": "WALLABAG_MAILER_HOST",
|
|
|
|
"mailer_user": "WALLABAG_MAILER_USER",
|
|
|
|
"mailer_password": "WALLABAG_MAILER_PASSWORD",
|
|
|
|
"secret": "WALLABAG_SECRET"
|
|
|
|
}
|
2015-01-22 07:30:07 +00:00
|
|
|
}
|
|
|
|
},
|
2015-01-20 06:40:39 +00:00
|
|
|
"autoload": {
|
2015-12-22 12:09:10 +00:00
|
|
|
"psr-4": { "": "src/" },
|
2015-12-22 12:00:37 +00:00
|
|
|
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
|
2015-01-20 06:40:39 +00:00
|
|
|
},
|
2015-01-19 10:59:22 +00:00
|
|
|
"config": {
|
|
|
|
"bin-dir": "bin"
|
2015-01-31 08:41:49 +00:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
|
|
|
}
|