composer update doctrine/orm zendframework/zend-code (for PHP 7.3 compatibility).

This commit is contained in:
Alexey Skobkin 2019-01-19 02:06:03 +03:00
parent 527645935f
commit 2618398d06
1 changed files with 33 additions and 27 deletions

60
composer.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "71a9b3759d77d9b4770ae1aedcda61c6", "content-hash": "71a9b3759d77d9b4770ae1aedcda61c6",
@ -963,38 +963,40 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "v2.5.12", "version": "v2.6.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/doctrine2.git", "url": "https://github.com/doctrine/orm.git",
"reference": "984535cadc609e9eef8c89414aa3568ee97aa79f" "reference": "434820973cadf2da2d66e7184be370084cc32ca8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/984535cadc609e9eef8c89414aa3568ee97aa79f", "url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8",
"reference": "984535cadc609e9eef8c89414aa3568ee97aa79f", "reference": "434820973cadf2da2d66e7184be370084cc32ca8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "~1.4", "doctrine/annotations": "~1.5",
"doctrine/collections": "~1.2", "doctrine/cache": "~1.6",
"doctrine/common": ">=2.5-dev,<2.9-dev", "doctrine/collections": "^1.4",
"doctrine/dbal": ">=2.5-dev,<2.7-dev", "doctrine/common": "^2.7.1",
"doctrine/instantiator": "^1.0.1", "doctrine/dbal": "^2.6",
"doctrine/instantiator": "~1.1",
"ext-pdo": "*", "ext-pdo": "*",
"php": ">=5.4", "php": "^7.1",
"symfony/console": "~2.5|~3.0|~4.0" "symfony/console": "~3.0|~4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0", "doctrine/coding-standard": "^1.0",
"symfony/yaml": "~2.3|~3.0|~4.0" "phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.2",
"symfony/yaml": "~3.4|~4.0"
}, },
"suggest": { "suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver" "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
}, },
"bin": [ "bin": [
"bin/doctrine", "bin/doctrine"
"bin/doctrine.php"
], ],
"type": "library", "type": "library",
"extra": { "extra": {
@ -1003,8 +1005,8 @@
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\ORM\\": "lib/" "Doctrine\\ORM\\": "lib/Doctrine/ORM"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1027,6 +1029,10 @@
{ {
"name": "Jonathan Wage", "name": "Jonathan Wage",
"email": "jonwage@gmail.com" "email": "jonwage@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
} }
], ],
"description": "Object-Relational-Mapper for PHP", "description": "Object-Relational-Mapper for PHP",
@ -1035,7 +1041,7 @@
"database", "database",
"orm" "orm"
], ],
"time": "2017-10-23T18:21:04+00:00" "time": "2018-11-20T23:46:46+00:00"
}, },
{ {
"name": "fig/link-util", "name": "fig/link-util",
@ -3606,16 +3612,16 @@
}, },
{ {
"name": "zendframework/zend-code", "name": "zendframework/zend-code",
"version": "3.3.0", "version": "3.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-code.git", "url": "https://github.com/zendframework/zend-code.git",
"reference": "6b1059db5b368db769e4392c6cb6cc139e56640d" "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d", "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c21db169075c6ec4b342149f446e7b7b724f95eb",
"reference": "6b1059db5b368db769e4392c6cb6cc139e56640d", "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3636,8 +3642,8 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.2-dev", "dev-master": "3.3.x-dev",
"dev-develop": "3.3-dev" "dev-develop": "3.4.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -3655,7 +3661,7 @@
"code", "code",
"zf2" "zf2"
], ],
"time": "2017-10-20T15:21:32+00:00" "time": "2018-08-13T20:36:59+00:00"
}, },
{ {
"name": "zendframework/zend-eventmanager", "name": "zendframework/zend-eventmanager",