aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json21
1 files changed, 11 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 9336e801..7428f688 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
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.9", 31 "php": ">=5.6.0",
32 "ext-pcre": "*", 32 "ext-pcre": "*",
33 "ext-dom": "*", 33 "ext-dom": "*",
34 "ext-curl": "*", 34 "ext-curl": "*",
@@ -61,11 +61,10 @@
61 "wallabag/tcpdf": "^6.2", 61 "wallabag/tcpdf": "^6.2",
62 "simplepie/simplepie": "~1.3.1", 62 "simplepie/simplepie": "~1.3.1",
63 "willdurand/hateoas-bundle": "~1.0", 63 "willdurand/hateoas-bundle": "~1.0",
64 "htmlawed/htmlawed": "~1.1.19",
65 "liip/theme-bundle": "~1.1", 64 "liip/theme-bundle": "~1.1",
66 "lexik/form-filter-bundle": "~5.0", 65 "lexik/form-filter-bundle": "~5.0",
67 "j0k3r/graby": "~1.0", 66 "j0k3r/graby": "^1.0",
68 "friendsofsymfony/user-bundle": "2.0.x-dev", 67 "friendsofsymfony/user-bundle": "^2.0",
69 "friendsofsymfony/oauth-server-bundle": "^1.5", 68 "friendsofsymfony/oauth-server-bundle": "^1.5",
70 "stof/doctrine-extensions-bundle": "^1.2", 69 "stof/doctrine-extensions-bundle": "^1.2",
71 "scheb/two-factor-bundle": "~2.0", 70 "scheb/two-factor-bundle": "~2.0",
@@ -74,8 +73,8 @@
74 "kphoen/rulerz-bundle": "~0.13", 73 "kphoen/rulerz-bundle": "~0.13",
75 "guzzlehttp/guzzle": "^5.3.1", 74 "guzzlehttp/guzzle": "^5.3.1",
76 "doctrine/doctrine-migrations-bundle": "^1.0", 75 "doctrine/doctrine-migrations-bundle": "^1.0",
77 "paragonie/random_compat": "~1.0", 76 "paragonie/random_compat": "~2.0",
78 "craue/config-bundle": "~1.4", 77 "craue/config-bundle": "~2.0",
79 "mnapoli/piwik-twig-extension": "^1.0", 78 "mnapoli/piwik-twig-extension": "^1.0",
80 "ocramius/proxy-manager": "1.*", 79 "ocramius/proxy-manager": "1.*",
81 "white-october/pagerfanta-bundle": "^1.0", 80 "white-october/pagerfanta-bundle": "^1.0",
@@ -84,15 +83,17 @@
84 "javibravo/simpleue": "^1.0", 83 "javibravo/simpleue": "^1.0",
85 "symfony/dom-crawler": "^3.1", 84 "symfony/dom-crawler": "^3.1",
86 "friendsofsymfony/jsrouting-bundle": "^1.6", 85 "friendsofsymfony/jsrouting-bundle": "^1.6",
87 "bdunogier/guzzle-site-authenticator": "1.0.0-beta1" 86 "bdunogier/guzzle-site-authenticator": "^1.0.0@dev",
87 "defuse/php-encryption": "^2.1"
88 }, 88 },
89 "require-dev": { 89 "require-dev": {
90 "doctrine/doctrine-fixtures-bundle": "~2.2", 90 "doctrine/doctrine-fixtures-bundle": "~2.2",
91 "doctrine/data-fixtures": "~1.1.1", 91 "doctrine/data-fixtures": "~1.1.1",
92 "sensio/generator-bundle": "^3.0", 92 "sensio/generator-bundle": "^3.0",
93 "symfony/phpunit-bridge": "^3.0", 93 "symfony/phpunit-bridge": "^3.3",
94 "friendsofphp/php-cs-fixer": "~1.9", 94 "friendsofphp/php-cs-fixer": "~1.9",
95 "m6web/redis-mock": "^2.0" 95 "m6web/redis-mock": "^2.0",
96 "dama/doctrine-test-bundle": "^1.0"
96 }, 97 },
97 "scripts": { 98 "scripts": {
98 "post-cmd": [ 99 "post-cmd": [
@@ -130,7 +131,7 @@
130 "config": { 131 "config": {
131 "bin-dir": "bin", 132 "bin-dir": "bin",
132 "platform": { 133 "platform": {
133 "php": "5.5.9" 134 "php": "5.6.0"
134 } 135 }
135 }, 136 },
136 "minimum-stability": "dev", 137 "minimum-stability": "dev",