travis + composer: bump to PHP 7.1

This commit is contained in:
TomasVotruba
2017-11-30 10:27:01 +01:00
committed by Jaap van Otterdijk
parent 0bac84ee68
commit f9d1a0c177
3 changed files with 22 additions and 19 deletions
+11 -7
View File
@@ -1,5 +1,5 @@
{
"name": "phpdocumentor/reflection-docblock",
"name": "phpdocumentor/reflection-docblock",
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"type": "library",
"license": "MIT",
@@ -10,21 +10,25 @@
}
],
"require": {
"php": "^7.0",
"phpdocumentor/reflection-common": "^1.0.0",
"phpdocumentor/type-resolver": "^0.4.0",
"php": "^7.1",
"phpdocumentor/reflection-common": "^1.0",
"phpdocumentor/type-resolver": "^0.4",
"webmozart/assert": "^1.0"
},
"autoload": {
"psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"autoload-dev": {
"psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
"psr-4": {
"phpDocumentor\\Reflection\\": "tests/unit"
}
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4",
"doctrine/instantiator": "~1.0.5"
"doctrine/instantiator": "^1.0"
},
"extra": {
"branch-alias": {