Doctrine updated.

This commit is contained in:
Alexey Skobkin 2016-03-24 01:01:34 +03:00
parent e95b05f854
commit 4aaac8e1f0
1 changed files with 251 additions and 71 deletions

322
composer.lock generated
View File

@ -77,38 +77,38 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "v1.4.2", "version": "v1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca" "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca", "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
"reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca", "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "~5.5|~7.0"
}, },
"conflict": { "conflict": {
"doctrine/common": ">2.2,<2.4" "doctrine/common": ">2.2,<2.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=3.7", "phpunit/phpunit": "~4.8|~5.0",
"predis/predis": "~1.0", "predis/predis": "~1.0",
"satooshi/php-coveralls": "~0.6" "satooshi/php-coveralls": "~0.6"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.5.x-dev" "dev-master": "1.6.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Common\\Cache\\": "lib/" "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -143,7 +143,7 @@
"cache", "cache",
"caching" "caching"
], ],
"time": "2015-08-31 12:36:41" "time": "2015-12-31 16:37:02"
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
@ -213,16 +213,16 @@
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
"version": "v2.5.1", "version": "v2.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/common.git",
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9" "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9", "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
"reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9", "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -231,20 +231,20 @@
"doctrine/collections": "1.*", "doctrine/collections": "1.*",
"doctrine/inflector": "1.*", "doctrine/inflector": "1.*",
"doctrine/lexer": "1.*", "doctrine/lexer": "1.*",
"php": ">=5.3.2" "php": "~5.5|~7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7" "phpunit/phpunit": "~4.8|~5.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6.x-dev" "dev-master": "2.7.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Common\\": "lib/" "Doctrine\\Common\\": "lib/Doctrine/Common"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -282,20 +282,20 @@
"persistence", "persistence",
"spl" "spl"
], ],
"time": "2015-08-31 13:00:22" "time": "2015-12-25 13:18:31"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "v2.4.4", "version": "v2.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "a370e5b95e509a7809d11f3d280acfc9310d464b" "reference": "5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/a370e5b95e509a7809d11f3d280acfc9310d464b", "url": "https://api.github.com/repos/doctrine/dbal/zipball/5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16",
"reference": "a370e5b95e509a7809d11f3d280acfc9310d464b", "reference": "5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -345,20 +345,20 @@
"persistence", "persistence",
"queryobject" "queryobject"
], ],
"time": "2015-01-12 21:57:01" "time": "2016-01-05 22:18:20"
}, },
{ {
"name": "doctrine/doctrine-bundle", "name": "doctrine/doctrine-bundle",
"version": "v1.5.2", "version": "1.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git", "url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3" "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/e9c2ccf573b59b7cea566390f34254fed3c20ed9",
"reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3", "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -374,6 +374,7 @@
"doctrine/orm": "~2.3", "doctrine/orm": "~2.3",
"phpunit/phpunit": "~4", "phpunit/phpunit": "~4",
"satooshi/php-coveralls": "~0.6.1", "satooshi/php-coveralls": "~0.6.1",
"symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/validator": "~2.2|~3.0", "symfony/validator": "~2.2|~3.0",
"symfony/yaml": "~2.2|~3.0", "symfony/yaml": "~2.2|~3.0",
"twig/twig": "~1.10" "twig/twig": "~1.10"
@ -423,52 +424,56 @@
"orm", "orm",
"persistence" "persistence"
], ],
"time": "2015-08-31 14:47:06" "time": "2016-01-10 17:21:44"
}, },
{ {
"name": "doctrine/doctrine-cache-bundle", "name": "doctrine/doctrine-cache-bundle",
"version": "v1.0.1", "version": "1.3.0",
"target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineCacheBundle.git", "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
"reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d" "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d", "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
"reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d", "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "~1.3", "doctrine/cache": "^1.4.2",
"doctrine/inflector": "~1.0", "doctrine/inflector": "~1.0",
"php": ">=5.3.2", "php": ">=5.3.2",
"symfony/doctrine-bridge": "~2.2", "symfony/doctrine-bridge": "~2.2|~3.0"
"symfony/framework-bundle": "~2.2",
"symfony/security": "~2.2"
}, },
"require-dev": { "require-dev": {
"instaclick/coding-standard": "~1.1", "instaclick/coding-standard": "~1.1",
"instaclick/object-calisthenics-sniffs": "dev-master", "instaclick/object-calisthenics-sniffs": "dev-master",
"instaclick/symfony2-coding-standard": "dev-remaster", "instaclick/symfony2-coding-standard": "dev-remaster",
"phpunit/phpunit": "~3.7", "phpunit/phpunit": "~4",
"predis/predis": "~0.8",
"satooshi/php-coveralls": "~0.6.1", "satooshi/php-coveralls": "~0.6.1",
"squizlabs/php_codesniffer": "dev-master", "squizlabs/php_codesniffer": "~1.5",
"symfony/console": "~2.2", "symfony/console": "~2.2|~3.0",
"symfony/finder": "~2.2", "symfony/finder": "~2.2|~3.0",
"symfony/validator": "~2.2", "symfony/framework-bundle": "~2.2|~3.0",
"symfony/yaml": "~2.2" "symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/security-acl": "~2.3|~3.0",
"symfony/validator": "~2.2|~3.0",
"symfony/yaml": "~2.2|~3.0"
},
"suggest": {
"symfony/security-acl": "For using this bundle to cache ACLs"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "1.2.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Doctrine\\Bundle\\DoctrineCacheBundle": "" "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -501,26 +506,26 @@
"email": "fabien@symfony.com" "email": "fabien@symfony.com"
} }
], ],
"description": "Symfony2 Bundle for Doctrine Cache", "description": "Symfony Bundle for Doctrine Cache",
"homepage": "http://www.doctrine-project.org", "homepage": "http://www.doctrine-project.org",
"keywords": [ "keywords": [
"cache", "cache",
"caching" "caching"
], ],
"time": "2014-11-28 09:43:36" "time": "2016-01-26 17:28:51"
}, },
{ {
"name": "doctrine/doctrine-migrations-bundle", "name": "doctrine/doctrine-migrations-bundle",
"version": "v1.1.0", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
"reference": "93ec729e3f2f1bb882904cce9d2c1dde6f139ec8" "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/93ec729e3f2f1bb882904cce9d2c1dde6f139ec8", "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/303a576e2124efb07ec215e34ea2480b841cf5e4",
"reference": "93ec729e3f2f1bb882904cce9d2c1dde6f139ec8", "reference": "303a576e2124efb07ec215e34ea2480b841cf5e4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -565,20 +570,20 @@
"migrations", "migrations",
"schema" "schema"
], ],
"time": "2015-09-29 10:07:00" "time": "2015-11-04 13:45:30"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
"version": "v1.0.1", "version": "v1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/doctrine/inflector.git",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
"reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -590,7 +595,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "1.1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -632,7 +637,7 @@
"singularize", "singularize",
"string" "string"
], ],
"time": "2014-12-20 21:24:13" "time": "2015-11-06 14:35:42"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@ -744,34 +749,36 @@
}, },
{ {
"name": "doctrine/migrations", "name": "doctrine/migrations",
"version": "v1.1.0", "version": "1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/migrations.git", "url": "https://github.com/doctrine/migrations.git",
"reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351" "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/d196ddc229f50c66c5a015c158adb78a2dfb4351", "url": "https://api.github.com/repos/doctrine/migrations/zipball/0d0ff5da10c5d30846da32060bd9e357abf70a05",
"reference": "d196ddc229f50c66c5a015c158adb78a2dfb4351", "reference": "0d0ff5da10c5d30846da32060bd9e357abf70a05",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/dbal": "~2.2", "doctrine/dbal": "~2.2",
"php": ">=5.4.0", "ocramius/proxy-manager": "^1.0|^2.0",
"symfony/console": "~2.3", "php": "^5.5|^7.0",
"symfony/yaml": "~2.3" "symfony/console": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "dev-master", "doctrine/coding-standard": "dev-master",
"doctrine/orm": "2.*", "doctrine/orm": "2.*",
"jdorn/sql-formatter": "~1.1",
"johnkary/phpunit-speedtrap": "~1.0@dev", "johnkary/phpunit-speedtrap": "~1.0@dev",
"mockery/mockery": "^0.9.4", "mockery/mockery": "^0.9.4",
"phpunit/phpunit": "~4.7", "phpunit/phpunit": "~4.7",
"satooshi/php-coveralls": "0.6.*" "satooshi/php-coveralls": "0.6.*"
}, },
"suggest": { "suggest": {
"symfony/console": "to run the migration from the console" "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command."
}, },
"bin": [ "bin": [
"bin/doctrine-migrations" "bin/doctrine-migrations"
@ -779,7 +786,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "v1.1.x-dev" "dev-master": "v1.5.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -799,6 +806,10 @@
{ {
"name": "Jonathan Wage", "name": "Jonathan Wage",
"email": "jonwage@gmail.com" "email": "jonwage@gmail.com"
},
{
"name": "Michael Simonson",
"email": "contact@mikesimonson.com"
} }
], ],
"description": "Database Schema migrations using Doctrine DBAL", "description": "Database Schema migrations using Doctrine DBAL",
@ -807,7 +818,7 @@
"database", "database",
"migrations" "migrations"
], ],
"time": "2015-09-29 11:13:06" "time": "2016-03-14 12:29:11"
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
@ -1589,6 +1600,69 @@
], ],
"time": "2014-08-04 23:56:54" "time": "2014-08-04 23:56:54"
}, },
{
"name": "ocramius/proxy-manager",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
"reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"zendframework/zend-code": ">2.2.5,<3.0"
},
"require-dev": {
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "1.5.*"
},
"suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
"zendframework/zend-stdlib": "To use the hydrator proxy",
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"ProxyManager\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
"homepage": "https://github.com/Ocramius/ProxyManager",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
"time": "2015-08-09 04:28:19"
},
{ {
"name": "phpcollection/phpcollection", "name": "phpcollection/phpcollection",
"version": "0.4.0", "version": "0.4.0",
@ -2360,6 +2434,112 @@
], ],
"time": "2015-09-22 13:59:32" "time": "2015-09-22 13:59:32"
}, },
{
"name": "zendframework/zend-code",
"version": "2.6.2",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-code.git",
"reference": "c4e8f976a772cfb14b47dabd69b5245a423082b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-code/zipball/c4e8f976a772cfb14b47dabd69b5245a423082b4",
"reference": "c4e8f976a772cfb14b47dabd69b5245a423082b4",
"shasum": ""
},
"require": {
"php": ">=5.5",
"zendframework/zend-eventmanager": "^2.6|^3.0"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"fabpot/php-cs-fixer": "1.7.*",
"phpunit/phpunit": "~4.0",
"zendframework/zend-stdlib": "~2.7"
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
"zendframework/zend-stdlib": "Zend\\Stdlib component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev",
"dev-develop": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Zend\\Code\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides facilities to generate arbitrary code using an object oriented interface",
"homepage": "https://github.com/zendframework/zend-code",
"keywords": [
"code",
"zf2"
],
"time": "2016-01-05 05:58:37"
},
{
"name": "zendframework/zend-eventmanager",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-eventmanager.git",
"reference": "5c80bdee0e952be112dcec0968bad770082c3a6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/5c80bdee0e952be112dcec0968bad770082c3a6e",
"reference": "5c80bdee0e952be112dcec0968bad770082c3a6e",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0"
},
"require-dev": {
"athletic/athletic": "^0.1",
"container-interop/container-interop": "^1.1.0",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "^2.0",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0"
},
"suggest": {
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev",
"dev-develop": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Zend\\EventManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Trigger and listen to events within a PHP application",
"homepage": "https://github.com/zendframework/zend-eventmanager",
"keywords": [
"event",
"eventmanager",
"events",
"zf2"
],
"time": "2016-02-18 20:53:00"
},
{ {
"name": "zendframework/zend-json", "name": "zendframework/zend-json",
"version": "2.3.0", "version": "2.3.0",