diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json index 9336e801..0a170c16 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", |
@@ -75,7 +74,7 @@ | |||
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": "~1.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,16 @@ | |||
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" |
88 | }, | 87 | }, |
89 | "require-dev": { | 88 | "require-dev": { |
90 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 89 | "doctrine/doctrine-fixtures-bundle": "~2.2", |
91 | "doctrine/data-fixtures": "~1.1.1", | 90 | "doctrine/data-fixtures": "~1.1.1", |
92 | "sensio/generator-bundle": "^3.0", | 91 | "sensio/generator-bundle": "^3.0", |
93 | "symfony/phpunit-bridge": "^3.0", | 92 | "symfony/phpunit-bridge": "^3.3", |
94 | "friendsofphp/php-cs-fixer": "~1.9", | 93 | "friendsofphp/php-cs-fixer": "~1.9", |
95 | "m6web/redis-mock": "^2.0" | 94 | "m6web/redis-mock": "^2.0", |
95 | "dama/doctrine-test-bundle": "^1.0" | ||
96 | }, | 96 | }, |
97 | "scripts": { | 97 | "scripts": { |
98 | "post-cmd": [ | 98 | "post-cmd": [ |
@@ -130,7 +130,7 @@ | |||
130 | "config": { | 130 | "config": { |
131 | "bin-dir": "bin", | 131 | "bin-dir": "bin", |
132 | "platform": { | 132 | "platform": { |
133 | "php": "5.5.9" | 133 | "php": "5.6.0" |
134 | } | 134 | } |
135 | }, | 135 | }, |
136 | "minimum-stability": "dev", | 136 | "minimum-stability": "dev", |