Update deps

Changelogs summary:

 - doctrine/dbal updated from v2.5.3 to v2.5.4
   See changes: https://github.com/doctrine/dbal/compare/v2.5.3...v2.5.4
   Release notes: https://github.com/doctrine/dbal/releases/tag/v2.5.4

 - doctrine/orm updated from v2.5.3 to v2.5.4
   See changes: https://github.com/doctrine/doctrine2/compare/v2.5.3...v2.5.4
   Release notes: https://github.com/doctrine/doctrine2/releases/tag/v2.5.4

 - nelmio/api-doc-bundle updated from 2.11.1 to 2.11.2
   See changes: https://github.com/nelmio/NelmioApiDocBundle/compare/2.11.1...2.11.2
   Release notes: https://github.com/nelmio/NelmioApiDocBundle/releases/tag/2.11.2

 - friendsofsymfony/user-bundle updated from dev-master to dev-master
   See changes: e5e7a2b...6ccff96
This commit is contained in:
Jeremy Benoist 2016-01-09 14:24:09 +01:00
parent 292c1324e9
commit e1b9f4fb37

37
composer.lock generated
View file

@ -326,16 +326,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "v2.5.3", "version": "v2.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "2fbcea96eae34a53183377cdbb0b9bec33974648" "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/2fbcea96eae34a53183377cdbb0b9bec33974648", "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
"reference": "2fbcea96eae34a53183377cdbb0b9bec33974648", "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -393,7 +393,7 @@
"persistence", "persistence",
"queryobject" "queryobject"
], ],
"time": "2015-12-25 16:28:24" "time": "2016-01-05 22:11:12"
}, },
{ {
"name": "doctrine/doctrine-bundle", "name": "doctrine/doctrine-bundle",
@ -863,16 +863,16 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "v2.5.3", "version": "v2.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/doctrine2.git", "url": "https://github.com/doctrine/doctrine2.git",
"reference": "d9fc5388f1aa1751a0e148e76b4569bd207338e9" "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/d9fc5388f1aa1751a0e148e76b4569bd207338e9", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
"reference": "d9fc5388f1aa1751a0e148e76b4569bd207338e9", "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -887,7 +887,6 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "dev-master",
"symfony/yaml": "~2.3|~3.0" "symfony/yaml": "~2.3|~3.0"
}, },
"suggest": { "suggest": {
@ -936,7 +935,7 @@
"database", "database",
"orm" "orm"
], ],
"time": "2015-12-25 15:50:05" "time": "2016-01-05 21:34:58"
}, },
{ {
"name": "ezyang/htmlpurifier", "name": "ezyang/htmlpurifier",
@ -1197,12 +1196,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
"reference": "e5e7a2b8984da8dfedaf44adc7e5f60a62ad280c" "reference": "6ccff96434c0ac7fee077d1dce90966341dfd278"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/6ccff96434c0ac7fee077d1dce90966341dfd278", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/6ccff96434c0ac7fee077d1dce90966341dfd278",
"reference": "e5e7a2b8984da8dfedaf44adc7e5f60a62ad280c", "reference": "6ccff96434c0ac7fee077d1dce90966341dfd278",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1258,7 +1257,7 @@
"keywords": [ "keywords": [
"User management" "User management"
], ],
"time": "2015-12-28 18:02:43" "time": "2016-01-08 10:46:39"
}, },
{ {
"name": "gedmo/doctrine-extensions", "name": "gedmo/doctrine-extensions",
@ -3440,17 +3439,17 @@
}, },
{ {
"name": "nelmio/api-doc-bundle", "name": "nelmio/api-doc-bundle",
"version": "2.11.1", "version": "2.11.2",
"target-dir": "Nelmio/ApiDocBundle", "target-dir": "Nelmio/ApiDocBundle",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nelmio/NelmioApiDocBundle.git", "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
"reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a" "reference": "1ae2cfa9a50279d722d6b6e7b02322cef948d55d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/19d4e37365edd5104e31662a2d3b510d92a7e78a", "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/1ae2cfa9a50279d722d6b6e7b02322cef948d55d",
"reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a", "reference": "1ae2cfa9a50279d722d6b6e7b02322cef948d55d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3520,7 +3519,7 @@
"documentation", "documentation",
"rest" "rest"
], ],
"time": "2015-12-08 13:19:42" "time": "2015-12-16 15:17:51"
}, },
{ {
"name": "nelmio/cors-bundle", "name": "nelmio/cors-bundle",