bump type resolver

This commit is contained in:
Jaapio
2017-12-28 22:17:47 +01:00
parent 4ea190884d
commit 4595df959d
2 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"require": { "require": {
"php": "^7.1", "php": "^7.1",
"phpdocumentor/reflection-common": "^1.0", "phpdocumentor/reflection-common": "^1.0",
"phpdocumentor/type-resolver": "^0.4", "phpdocumentor/type-resolver": "^0.5",
"webmozart/assert": "^1.0" "webmozart/assert": "^1.0"
}, },
"require-dev": { "require-dev": {
Generated
+10 -12
View File
@@ -4,7 +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"
], ],
"content-hash": "f6bf95704ed863f57d7200f760c54aa0", "content-hash": "ddbc2e7fc547b4ff06199c20ee406c72",
"packages": [ "packages": [
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
@@ -62,25 +62,25 @@
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "0.4.0", "version": "0.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" "reference": "7159da1ff4ab5de0c033bab91c9d3f52dd9a7a02"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7159da1ff4ab5de0c033bab91c9d3f52dd9a7a02",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", "reference": "7159da1ff4ab5de0c033bab91c9d3f52dd9a7a02",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.5 || ^7.0", "php": "^7.0",
"phpdocumentor/reflection-common": "^1.0" "phpdocumentor/reflection-common": "^1.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^0.9.4", "mockery/mockery": "^1.0",
"phpunit/phpunit": "^5.2||^4.8.24" "phpunit/phpunit": "^6.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -90,9 +90,7 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"phpDocumentor\\Reflection\\": [ "phpDocumentor\\Reflection\\": "src"
"src/"
]
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -105,7 +103,7 @@
"email": "[email protected]" "email": "[email protected]"
} }
], ],
"time": "2017-07-14T14:27:02+00:00" "time": "2017-11-15T21:30:06+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",