composer update doctrine/orm. doctrine/annotations also updated as dependency.

This commit is contained in:
Alexey Skobkin 2017-01-08 22:19:11 +03:00
parent 95930e5c64
commit 68e087b2a9

22
composer.lock generated
View file

@ -69,16 +69,16 @@
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "v1.3.0", "version": "v1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5" "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5", "url": "https://api.github.com/repos/doctrine/annotations/zipball/bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
"reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5", "reference": "bd4461328621bde0ae6b1b2675fbc6aca4ceb558",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -133,7 +133,7 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2016-10-24T11:45:47+00:00" "time": "2016-12-30T15:59:45+00:00"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
@ -895,22 +895,22 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "v2.5.5", "version": "v2.5.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/doctrine2.git", "url": "https://github.com/doctrine/doctrine2.git",
"reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45" "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b",
"reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "~1.4", "doctrine/cache": "~1.4",
"doctrine/collections": "~1.2", "doctrine/collections": "~1.2",
"doctrine/common": ">=2.5-dev,<2.7-dev", "doctrine/common": ">=2.5-dev,<2.8-dev",
"doctrine/dbal": ">=2.5-dev,<2.6-dev", "doctrine/dbal": ">=2.5-dev,<2.6-dev",
"doctrine/instantiator": "~1.0.1", "doctrine/instantiator": "~1.0.1",
"ext-pdo": "*", "ext-pdo": "*",
@ -967,7 +967,7 @@
"database", "database",
"orm" "orm"
], ],
"time": "2016-09-10T18:51:13+00:00" "time": "2016-12-18T15:42:34+00:00"
}, },
{ {
"name": "guzzle/guzzle", "name": "guzzle/guzzle",