aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json71
1 files changed, 35 insertions, 36 deletions
diff --git a/composer.json b/composer.json
index 3300c0fb..78b32307 100644
--- a/composer.json
+++ b/composer.json
@@ -28,35 +28,36 @@
28 "issues": "https://github.com/wallabag/wallabag/issues" 28 "issues": "https://github.com/wallabag/wallabag/issues"
29 }, 29 },
30 "require": { 30 "require": {
31 "php": ">=5.5.0", 31 "php": ">=5.5.9",
32 "symfony/symfony": "~2.7.0", 32 "symfony/symfony": "3.0.*",
33 "doctrine/orm": "~2.3", 33 "doctrine/orm": "^2.5",
34 "doctrine/doctrine-bundle": "1.5.2", 34 "doctrine/doctrine-bundle": "^1.6",
35 "doctrine/doctrine-cache-bundle": "^1.2",
35 "twig/extensions": "~1.0", 36 "twig/extensions": "~1.0",
36 "symfony/assetic-bundle": "~2.3", 37 "symfony/assetic-bundle": "~2.3",
37 "symfony/swiftmailer-bundle": "~2.3", 38 "symfony/swiftmailer-bundle": "^2.3",
38 "symfony/monolog-bundle": "~2.4", 39 "symfony/monolog-bundle": "^2.8",
39 "sensio/distribution-bundle": "~3.0.12", 40 "sensio/distribution-bundle": "^5.0",
40 "sensio/framework-extra-bundle": "~3.0", 41 "sensio/framework-extra-bundle": "^3.0.2",
41 "incenteev/composer-parameter-handler": "~2.0", 42 "incenteev/composer-parameter-handler": "^2.0",
42 "nelmio/cors-bundle": "~1.4.0", 43 "nelmio/cors-bundle": "~1.4.0",
43 "friendsofsymfony/rest-bundle": "~1.4", 44 "friendsofsymfony/rest-bundle": "~1.4",
44 "jms/serializer-bundle": "~0.13", 45 "jms/serializer-bundle": "~1.0",
45 "nelmio/api-doc-bundle": "~2.7", 46 "nelmio/api-doc-bundle": "~2.7",
46 "ezyang/htmlpurifier": "~4.6", 47 "ezyang/htmlpurifier": "~4.6",
47 "mgargano/simplehtmldom": "~1.5", 48 "mgargano/simplehtmldom": "~1.5",
48 "tecnickcom/tcpdf": "~6.2", 49 "tecnickcom/tcpdf": "~6.2",
49 "simplepie/simplepie": "~1.3.1", 50 "simplepie/simplepie": "~1.3.1",
50 "willdurand/hateoas-bundle": "~0.5.0", 51 "willdurand/hateoas-bundle": "~1.0",
51 "htmlawed/htmlawed": "~1.1.19", 52 "htmlawed/htmlawed": "~1.1.19",
52 "liip/theme-bundle": "~1.1.3", 53 "liip/theme-bundle": "~1.1",
53 "pagerfanta/pagerfanta": "~1.0.3", 54 "pagerfanta/pagerfanta": "~1.0.3",
54 "lexik/form-filter-bundle": "~4.0", 55 "lexik/form-filter-bundle": "~5.0",
55 "j0k3r/graby": "~1.0", 56 "j0k3r/graby": "~1.0",
56 "friendsofsymfony/user-bundle": "dev-master", 57 "friendsofsymfony/user-bundle": "dev-master",
57 "friendsofsymfony/oauth-server-bundle": "^1.4@dev", 58 "friendsofsymfony/oauth-server-bundle": "^1.5@dev",
58 "stof/doctrine-extensions-bundle": "^1.2@dev", 59 "stof/doctrine-extensions-bundle": "^1.2@dev",
59 "scheb/two-factor-bundle": "~1.4.0", 60 "scheb/two-factor-bundle": "~2.0",
60 "grandt/phpepub": "~4.0", 61 "grandt/phpepub": "~4.0",
61 "wallabag/php-mobi": "~1.0.0", 62 "wallabag/php-mobi": "~1.0.0",
62 "kphoen/rulerz-bundle": "~0.10", 63 "kphoen/rulerz-bundle": "~0.10",
@@ -64,39 +65,36 @@
64 "doctrine/doctrine-migrations-bundle": "^1.0" 65 "doctrine/doctrine-migrations-bundle": "^1.0"
65 }, 66 },
66 "require-dev": { 67 "require-dev": {
67 "doctrine/doctrine-fixtures-bundle": "~2.2.0", 68 "doctrine/doctrine-fixtures-bundle": "~2.2",
68 "sensio/generator-bundle": "~2.5", 69 "sensio/generator-bundle": "^3.0",
69 "phpunit/phpunit": "~4.4", 70 "phpunit/phpunit": "~4.4",
70 "symfony/phpunit-bridge": "~2.7.0" 71 "symfony/phpunit-bridge": "^2.7"
71 }, 72 },
72 "repositories": [
73 {
74 "type": "vcs",
75 "url": "https://github.com/wallabag/phpMobi"
76 }
77 ],
78 "scripts": { 73 "scripts": {
79 "post-install-cmd": [ 74 "build-parameters": [
80 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", 75 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"
81 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
82 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
83 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
84 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
85 ], 76 ],
86 "post-update-cmd": [ 77 "post-cmd": [
87 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", 78 "@build-parameters",
88 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", 79 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
89 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", 80 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
90 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", 81 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
91 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" 82 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
83 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
92 ], 84 ],
93 "build-parameters": [ 85 "post-install-cmd": [
94 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" 86 "@post-cmd"
87 ],
88 "post-update-cmd": [
89 "@post-cmd"
95 ] 90 ]
96 }, 91 },
97 "extra": { 92 "extra": {
98 "symfony-app-dir": "app", 93 "symfony-app-dir": "app",
94 "symfony-bin-dir": "bin",
95 "symfony-var-dir": "var",
99 "symfony-web-dir": "web", 96 "symfony-web-dir": "web",
97 "symfony-tests-dir": "tests",
100 "symfony-assets-install": "relative", 98 "symfony-assets-install": "relative",
101 "incenteev-parameters": { 99 "incenteev-parameters": {
102 "file": "app/config/parameters.yml", 100 "file": "app/config/parameters.yml",
@@ -109,7 +107,8 @@
109 } 107 }
110 }, 108 },
111 "autoload": { 109 "autoload": {
112 "psr-0": { "": "src/" } 110 "psr-4": { "": "src/" },
111 "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
113 }, 112 },
114 "config": { 113 "config": {
115 "bin-dir": "bin" 114 "bin-dir": "bin"