Trying to fix doctrine/annotations

master
Mike Koch 7 years ago
parent 3fde3df882
commit a01efb8f92
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -19,6 +19,7 @@
"php-http/message": "^1.5",
"php-http/curl-client": "^1.7",
"guzzlehttp/psr7": "^1.3",
"mike-koch/php-di": "4.4.11"
"mike-koch/php-di": "4.4.11",
"doctrine/annotations": "1.2"
}
}

117
api/composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "f84b1b3e118e669dc5110809cbc86e4c",
"content-hash": "cb2f7d750ab9b91b2bb28d36fbbd66ce",
"packages": [
{
"name": "clue/stream-filter",
@ -91,35 +91,35 @@
},
{
"name": "doctrine/annotations",
"version": "dev-master",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "2497b1f9db56278d3ad2248f9e4bdbbbaa271c3e"
"reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/2497b1f9db56278d3ad2248f9e4bdbbbaa271c3e",
"reference": "2497b1f9db56278d3ad2248f9e4bdbbbaa271c3e",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd",
"reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": "^7.1"
"php": ">=5.3.2"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "4.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
"psr-0": {
"Doctrine\\Common\\Annotations\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -128,24 +128,29 @@
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/",
"role": "Creator"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com",
"homepage": "http://www.instaclick.com"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Docblock Annotations Parser",
@ -155,7 +160,7 @@
"docblock",
"parser"
],
"time": "2017-07-22 11:08:38"
"time": "2014-07-06T15:52:21+00:00"
},
{
"name": "doctrine/cache",
@ -358,19 +363,19 @@
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "09e549f5534380c68761260a71f847644d8f65aa"
"reference": "e9cdab6ff93ff789b5b599326c727f51d10893a6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/09e549f5534380c68761260a71f847644d8f65aa",
"reference": "09e549f5534380c68761260a71f847644d8f65aa",
"url": "https://api.github.com/repos/guzzle/promises/zipball/e9cdab6ff93ff789b5b599326c727f51d10893a6",
"reference": "e9cdab6ff93ff789b5b599326c727f51d10893a6",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
"phpunit/phpunit": "^4.8.36"
},
"type": "library",
"extra": {
@ -401,7 +406,7 @@
"keywords": [
"promise"
],
"time": "2017-05-20 23:14:18"
"time": "2017-10-06 12:25:00"
},
{
"name": "guzzlehttp/psr7",
@ -409,12 +414,12 @@
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "811b676fbab9c99e359885032e5ebc70e442f5b8"
"reference": "d2537c86fa8b004c29e9b9f5e10028f0a29df101"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/811b676fbab9c99e359885032e5ebc70e442f5b8",
"reference": "811b676fbab9c99e359885032e5ebc70e442f5b8",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/d2537c86fa8b004c29e9b9f5e10028f0a29df101",
"reference": "d2537c86fa8b004c29e9b9f5e10028f0a29df101",
"shasum": ""
},
"require": {
@ -466,7 +471,7 @@
"uri",
"url"
],
"time": "2017-07-17 09:11:21"
"time": "2017-10-07 03:19:56"
},
{
"name": "mailgun/mailgun-php",
@ -711,18 +716,18 @@
"source": {
"type": "git",
"url": "https://github.com/php-http/client-common.git",
"reference": "600ea9a5d867a7bbe1c4e03722b8dc2ebc9bd3c8"
"reference": "1901ad36347227c14751a218d8f4ea1467d1f1ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/client-common/zipball/600ea9a5d867a7bbe1c4e03722b8dc2ebc9bd3c8",
"reference": "600ea9a5d867a7bbe1c4e03722b8dc2ebc9bd3c8",
"url": "https://api.github.com/repos/php-http/client-common/zipball/1901ad36347227c14751a218d8f4ea1467d1f1ed",
"reference": "1901ad36347227c14751a218d8f4ea1467d1f1ed",
"shasum": ""
},
"require": {
"php": ">=5.4",
"php-http/httplug": "^1.1",
"php-http/message": "^1.2",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0",
"symfony/options-resolver": "^2.6 || ^3.0"
},
@ -739,7 +744,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
"dev-master": "1.7-dev"
}
},
"autoload": {
@ -765,7 +770,7 @@
"http",
"httplug"
],
"time": "2017-08-05 15:50:10"
"time": "2017-10-16 16:16:36"
},
{
"name": "php-http/curl-client",
@ -1412,12 +1417,12 @@
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "9e2ed813a4683bfa310a45d416b922fd7ede638c"
"reference": "d0412a6676e80d5aea70f42ec964de77f61a3516"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/9e2ed813a4683bfa310a45d416b922fd7ede638c",
"reference": "9e2ed813a4683bfa310a45d416b922fd7ede638c",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/d0412a6676e80d5aea70f42ec964de77f61a3516",
"reference": "d0412a6676e80d5aea70f42ec964de77f61a3516",
"shasum": ""
},
"require": {
@ -1458,7 +1463,7 @@
"configuration",
"options"
],
"time": "2017-08-03 09:34:20"
"time": "2017-10-12 16:27:27"
},
{
"name": "webmozart/assert",
@ -1568,20 +1573,20 @@
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-eventmanager.git",
"reference": "071016ade1deee5b8346ec9d8d48935437746c37"
"reference": "969821ae236411f1540fa9a0267246ef07b02189"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/071016ade1deee5b8346ec9d8d48935437746c37",
"reference": "071016ade1deee5b8346ec9d8d48935437746c37",
"url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/969821ae236411f1540fa9a0267246ef07b02189",
"reference": "969821ae236411f1540fa9a0267246ef07b02189",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"athletic/athletic": "^0.1",
"container-interop/container-interop": "^1.1.0",
"phpbench/phpbench": "^0.13",
"phpunit/phpunit": "^6.0.7 || ^5.7.14",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-stdlib": "^2.7.3 || ^3.0"
@ -1614,7 +1619,7 @@
"events",
"zf2"
],
"time": "2017-07-11 19:19:12"
"time": "2017-10-09 10:07:30"
}
],
"packages-dev": [
@ -1668,7 +1673,7 @@
"constructor",
"instantiate"
],
"time": "2017-09-19T12:41:22+00:00"
"time": "2017-09-19 12:41:22"
},
{
"name": "myclabs/deep-copy",
@ -1866,7 +1871,7 @@
"reflection",
"static analysis"
],
"time": "2017-09-11T18:02:19+00:00"
"time": "2017-09-11 18:02:19"
},
{
"name": "phpdocumentor/reflection-docblock",
@ -2467,21 +2472,21 @@
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "fb3213355da37bf91569ca7a944af19bc57b80e9"
"reference": "7672f0c31b6ec068e3e941dc5025f822fe724b73"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fb3213355da37bf91569ca7a944af19bc57b80e9",
"reference": "fb3213355da37bf91569ca7a944af19bc57b80e9",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/7672f0c31b6ec068e3e941dc5025f822fe724b73",
"reference": "7672f0c31b6ec068e3e941dc5025f822fe724b73",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/diff": "^2.0",
"sebastian/exporter": "^3.0"
"sebastian/exporter": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^6.4"
},
"type": "library",
"extra": {
@ -2523,7 +2528,7 @@
"compare",
"equality"
],
"time": "2017-08-20 14:03:32"
"time": "2017-10-16T04:35:48+00:00"
},
{
"name": "sebastian/diff",
@ -2531,12 +2536,12 @@
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
"reference": "376cb25efae48c66fb660c9ce7bc07e1682b5e84"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/376cb25efae48c66fb660c9ce7bc07e1682b5e84",
"reference": "376cb25efae48c66fb660c9ce7bc07e1682b5e84",
"shasum": ""
},
"require": {
@ -2575,7 +2580,7 @@
"keywords": [
"diff"
],
"time": "2017-08-03 08:09:46"
"time": "2017-10-05T13:24:46+00:00"
},
{
"name": "sebastian/environment",

Loading…
Cancel
Save