aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-11-06 23:39:14 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-11-06 23:39:14 +0100
commit872384b0c18a4c39d7d996e600b25a8568fa6963 (patch)
treea3218d02d0465b97bf9dcdc95f77619eb590ead0 /composer.json
parent3d9ccf9390f35e73428ebf42258253c6808f1590 (diff)
downloadwallabag-872384b0c18a4c39d7d996e600b25a8568fa6963.tar.gz
wallabag-872384b0c18a4c39d7d996e600b25a8568fa6963.tar.zst
wallabag-872384b0c18a4c39d7d996e600b25a8568fa6963.zip
Update deps & add PHPUnit Bridge
Changelogs summary: - symfony/phpunit-bridge installed in version v2.7.6 Release notes: https://github.com/symfony/phpunit-bridge/releases/tag/v2.7.6 - twig/twig updated from v1.23.0 to v1.23.1 See changes: https://github.com/twigphp/Twig/compare/v1.23.0...v1.23.1 Release notes: https://github.com/twigphp/Twig/releases/tag/v1.23.1 - doctrine/inflector updated from v1.0.1 to v1.1.0 See changes: https://github.com/doctrine/inflector/compare/v1.0.1...v1.1.0 Release notes: https://github.com/doctrine/inflector/releases/tag/v1.1.0 - doctrine/cache updated from v1.5.0 to v1.5.1 See changes: https://github.com/doctrine/cache/compare/v1.5.0...v1.5.1 Release notes: https://github.com/doctrine/cache/releases/tag/v1.5.1 - doctrine/doctrine-cache-bundle updated from v1.0.1 to 1.2.1 See changes: https://github.com/doctrine/DoctrineCacheBundle/compare/v1.0.1...1.2.1 Release notes: https://github.com/doctrine/DoctrineCacheBundle/releases/tag/1.2.1 - doctrine/doctrine-bundle updated from v1.5.2 to 1.6.0 See changes: https://github.com/doctrine/DoctrineBundle/compare/v1.5.2...1.6.0 Release notes: https://github.com/doctrine/DoctrineBundle/releases/tag/1.6.0 - friendsofsymfony/user-bundle updated from dev-master to dev-master See changes: https://github.com/FriendsOfSymfony/FOSUserBundle/compare/d5b28c3...45d6f40
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index e16de833..b8c936f0 100644
--- a/composer.json
+++ b/composer.json
@@ -60,7 +60,8 @@
60 "require-dev": { 60 "require-dev": {
61 "doctrine/doctrine-fixtures-bundle": "~2.2.0", 61 "doctrine/doctrine-fixtures-bundle": "~2.2.0",
62 "sensio/generator-bundle": "~2.5", 62 "sensio/generator-bundle": "~2.5",
63 "phpunit/phpunit": "~4.4" 63 "phpunit/phpunit": "~4.4",
64 "symfony/phpunit-bridge": "~2.7.0"
64 }, 65 },
65 "scripts": { 66 "scripts": {
66 "post-install-cmd": [ 67 "post-install-cmd": [