Skip to content

Commit f9d1a0c

Browse files
TomasVotrubajaapio
authored andcommitted
travis + composer: bump to PHP 7.1
1 parent 0bac84e commit f9d1a0c

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
76

composer.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "phpdocumentor/reflection-docblock",
2+
"name": "phpdocumentor/reflection-docblock",
33
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
44
"type": "library",
55
"license": "MIT",
@@ -10,21 +10,25 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.0",
14-
"phpdocumentor/reflection-common": "^1.0.0",
15-
"phpdocumentor/type-resolver": "^0.4.0",
13+
"php": "^7.1",
14+
"phpdocumentor/reflection-common": "^1.0",
15+
"phpdocumentor/type-resolver": "^0.4",
1616
"webmozart/assert": "^1.0"
1717
},
1818
"autoload": {
19-
"psr-4": {"phpDocumentor\\Reflection\\": ["src/"]}
19+
"psr-4": {
20+
"phpDocumentor\\Reflection\\": "src"
21+
}
2022
},
2123
"autoload-dev": {
22-
"psr-4": {"phpDocumentor\\Reflection\\": ["tests/unit"]}
24+
"psr-4": {
25+
"phpDocumentor\\Reflection\\": "tests/unit"
26+
}
2327
},
2428
"require-dev": {
2529
"mockery/mockery": "^1.0",
2630
"phpunit/phpunit": "^6.4",
27-
"doctrine/instantiator": "~1.0.5"
31+
"doctrine/instantiator": "^1.0"
2832
},
2933
"extra": {
3034
"branch-alias": {

composer.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)