Upgrade typeresolver to 0.4

This commit is contained in:
Jaapio
2017-07-14 16:40:01 +02:00
parent 3048f961a3
commit 7c33776cd8
3 changed files with 30 additions and 30 deletions
+1
View File
@@ -1,4 +1,5 @@
language: php language: php
dist: trusty
php: php:
- 5.5 - 5.5
- 5.6 - 5.6
+1 -1
View File
@@ -12,7 +12,7 @@
"require": { "require": {
"php": ">=5.5", "php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0@dev", "phpdocumentor/reflection-common": "^1.0@dev",
"phpdocumentor/type-resolver": "^0.2.0", "phpdocumentor/type-resolver": "^0.4.0",
"webmozart/assert": "^1.0" "webmozart/assert": "^1.0"
}, },
"autoload": { "autoload": {
Generated
+28 -29
View File
@@ -4,8 +4,7 @@
"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#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "9dfabded4193c3fd2ec85874de3b2e3c", "content-hash": "4073bc695135bc6fb8fbd2bf9bee5562",
"content-hash": "69f6ae6608b8524fa04ddb0264bbf091",
"packages": [ "packages": [
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
@@ -63,20 +62,20 @@
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "0.2", "version": "0.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5", "php": "^5.5 || ^7.0",
"phpdocumentor/reflection-common": "^1.0" "phpdocumentor/reflection-common": "^1.0"
}, },
"require-dev": { "require-dev": {
@@ -106,7 +105,7 @@
"email": "[email protected]" "email": "[email protected]"
} }
], ],
"time": "2016-06-10 07:14:17" "time": "2017-07-14T14:27:02+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
@@ -152,7 +151,7 @@
"check", "check",
"validate" "validate"
], ],
"time": "2015-05-12 15:19:25" "time": "2015-05-12T15:19:25+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@@ -208,7 +207,7 @@
"constructor", "constructor",
"instantiate" "instantiate"
], ],
"time": "2015-06-14 21:17:01" "time": "2015-06-14T21:17:01+00:00"
}, },
{ {
"name": "hamcrest/hamcrest-php", "name": "hamcrest/hamcrest-php",
@@ -253,19 +252,19 @@
"keywords": [ "keywords": [
"test" "test"
], ],
"time": "2015-05-11 14:41:42" "time": "2015-05-11T14:41:42+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "0.9.4", "version": "0.9.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/padraic/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b" "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b", "url": "https://api.github.com/repos/mockery/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b", "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
"shasum": "" "shasum": ""
}, },
@@ -318,7 +317,7 @@
"test double", "test double",
"testing" "testing"
], ],
"time": "2015-04-02 19:54:00" "time": "2015-04-02T19:54:00+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@@ -380,7 +379,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-06-19 07:11:55" "time": "2015-06-19T07:11:55+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@@ -425,7 +424,7 @@
"filesystem", "filesystem",
"iterator" "iterator"
], ],
"time": "2013-10-10 15:34:57" "time": "2013-10-10T15:34:57+00:00"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
@@ -466,7 +465,7 @@
"keywords": [ "keywords": [
"template" "template"
], ],
"time": "2015-06-21 13:50:34" "time": "2015-06-21T13:50:34+00:00"
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",
@@ -507,7 +506,7 @@
"keywords": [ "keywords": [
"timer" "timer"
], ],
"time": "2015-06-13 07:35:30" "time": "2015-06-13T07:35:30+00:00"
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
@@ -556,7 +555,7 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2015-06-19 03:43:16" "time": "2015-06-19T03:43:16+00:00"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
@@ -628,7 +627,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-01-27 16:06:15" "time": "2015-01-27T16:06:15+00:00"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@@ -683,7 +682,7 @@
"mock", "mock",
"xunit" "xunit"
], ],
"time": "2015-06-11 15:55:48" "time": "2015-06-11T15:55:48+00:00"
}, },
{ {
"name": "sebastian/comparator", "name": "sebastian/comparator",
@@ -747,7 +746,7 @@
"compare", "compare",
"equality" "equality"
], ],
"time": "2015-01-29 16:28:08" "time": "2015-01-29T16:28:08+00:00"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
@@ -799,7 +798,7 @@
"keywords": [ "keywords": [
"diff" "diff"
], ],
"time": "2015-02-22 15:13:53" "time": "2015-02-22T15:13:53+00:00"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
@@ -849,7 +848,7 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2015-01-01 10:01:08" "time": "2015-01-01T10:01:08+00:00"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
@@ -915,7 +914,7 @@
"export", "export",
"exporter" "exporter"
], ],
"time": "2015-01-27 07:23:06" "time": "2015-01-27T07:23:06+00:00"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
@@ -966,7 +965,7 @@
"keywords": [ "keywords": [
"global state" "global state"
], ],
"time": "2014-10-06 09:23:50" "time": "2014-10-06T09:23:50+00:00"
}, },
{ {
"name": "sebastian/recursion-context", "name": "sebastian/recursion-context",
@@ -1019,7 +1018,7 @@
], ],
"description": "Provides functionality to recursively process PHP variables", "description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context", "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2015-01-24 09:48:32" "time": "2015-01-24T09:48:32+00:00"
}, },
{ {
"name": "sebastian/version", "name": "sebastian/version",
@@ -1054,7 +1053,7 @@
], ],
"description": "Library that helps with managing the version number of Git-hosted PHP projects", "description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version", "homepage": "https://github.com/sebastianbergmann/version",
"time": "2015-06-21 13:59:46" "time": "2015-06-21T13:59:46+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
@@ -1103,7 +1102,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2015-06-10 15:30:22" "time": "2015-06-10T15:30:22+00:00"
} }
], ],
"aliases": [], "aliases": [],