Skip to content

Commit 0e19b2d

Browse files
committed
Updates dependencies
Drop support for php 5. Upgrade other phpdocumentor libraries to their latest versions.
1 parent 6e1df54 commit 0e19b2d

File tree

3 files changed

+498
-210
lines changed

3 files changed

+498
-210
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.5
7-
- 5.6
86
- 7.0
9-
- hhvm
10-
11-
matrix:
12-
allow_failures:
13-
- php: hhvm
7+
- 7.1
8+
- 7.2
9+
- nightly
1410

1511
cache:
1612
directories:

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
}
2020
},
2121
"require": {
22-
"php": ">=5.4.0",
22+
"php": "^7.0",
2323
"psr/log": "~1.0",
2424
"nikic/php-parser": "^2.0",
25-
"phpdocumentor/reflection-docblock": "^3.0@dev",
25+
"phpdocumentor/reflection-docblock": "4.1.0 as 3.3.0",
2626
"phpdocumentor/reflection-common": "^1.0@dev"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "~4.0",
3029
"mockery/mockery": "~0.8",
3130
"mikey179/vfsStream": "~1.2",
32-
"squizlabs/php_codesniffer": "^2.5"
31+
"squizlabs/php_codesniffer": "^2.5",
32+
"phpunit/phpunit": "^5.0"
3333
},
3434
"extra": {
3535
"branch-alias": {

0 commit comments

Comments
 (0)