mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
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:
parent
292c1324e9
commit
e1b9f4fb37
1 changed files with 18 additions and 19 deletions
37
composer.lock
generated
37
composer.lock
generated
|
@ -326,16 +326,16 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "v2.5.3",
|
||||
"version": "v2.5.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/dbal.git",
|
||||
"reference": "2fbcea96eae34a53183377cdbb0b9bec33974648"
|
||||
"reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/2fbcea96eae34a53183377cdbb0b9bec33974648",
|
||||
"reference": "2fbcea96eae34a53183377cdbb0b9bec33974648",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
|
||||
"reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -393,7 +393,7 @@
|
|||
"persistence",
|
||||
"queryobject"
|
||||
],
|
||||
"time": "2015-12-25 16:28:24"
|
||||
"time": "2016-01-05 22:11:12"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/doctrine-bundle",
|
||||
|
@ -863,16 +863,16 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/orm",
|
||||
"version": "v2.5.3",
|
||||
"version": "v2.5.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/doctrine2.git",
|
||||
"reference": "d9fc5388f1aa1751a0e148e76b4569bd207338e9"
|
||||
"reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/d9fc5388f1aa1751a0e148e76b4569bd207338e9",
|
||||
"reference": "d9fc5388f1aa1751a0e148e76b4569bd207338e9",
|
||||
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
|
||||
"reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -887,7 +887,6 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"satooshi/php-coveralls": "dev-master",
|
||||
"symfony/yaml": "~2.3|~3.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -936,7 +935,7 @@
|
|||
"database",
|
||||
"orm"
|
||||
],
|
||||
"time": "2015-12-25 15:50:05"
|
||||
"time": "2016-01-05 21:34:58"
|
||||
},
|
||||
{
|
||||
"name": "ezyang/htmlpurifier",
|
||||
|
@ -1197,12 +1196,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
|
||||
"reference": "e5e7a2b8984da8dfedaf44adc7e5f60a62ad280c"
|
||||
"reference": "6ccff96434c0ac7fee077d1dce90966341dfd278"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/6ccff96434c0ac7fee077d1dce90966341dfd278",
|
||||
"reference": "e5e7a2b8984da8dfedaf44adc7e5f60a62ad280c",
|
||||
"reference": "6ccff96434c0ac7fee077d1dce90966341dfd278",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1258,7 +1257,7 @@
|
|||
"keywords": [
|
||||
"User management"
|
||||
],
|
||||
"time": "2015-12-28 18:02:43"
|
||||
"time": "2016-01-08 10:46:39"
|
||||
},
|
||||
{
|
||||
"name": "gedmo/doctrine-extensions",
|
||||
|
@ -3440,17 +3439,17 @@
|
|||
},
|
||||
{
|
||||
"name": "nelmio/api-doc-bundle",
|
||||
"version": "2.11.1",
|
||||
"version": "2.11.2",
|
||||
"target-dir": "Nelmio/ApiDocBundle",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nelmio/NelmioApiDocBundle.git",
|
||||
"reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a"
|
||||
"reference": "1ae2cfa9a50279d722d6b6e7b02322cef948d55d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/19d4e37365edd5104e31662a2d3b510d92a7e78a",
|
||||
"reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a",
|
||||
"url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/1ae2cfa9a50279d722d6b6e7b02322cef948d55d",
|
||||
"reference": "1ae2cfa9a50279d722d6b6e7b02322cef948d55d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3520,7 +3519,7 @@
|
|||
"documentation",
|
||||
"rest"
|
||||
],
|
||||
"time": "2015-12-08 13:19:42"
|
||||
"time": "2015-12-16 15:17:51"
|
||||
},
|
||||
{
|
||||
"name": "nelmio/cors-bundle",
|
||||
|
|
Loading…
Reference in a new issue