Skip to content

Commit 6407baa

Browse files
eraydbighappyface
authored andcommitted
Remove PHPDocumentor & change travis platform for hhvm tests (#429)
* Remove dev-time dependency on phpdocumentor due to resolution headaches * Switch distro for hhvm testing to trusty (precise now unsupported)
1 parent 2d404b8 commit 6407baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ matrix:
1818
- php: 7.1
1919
- php: 'nightly'
2020
- php: hhvm
21+
dist: trusty
2122
allow_failures:
2223
- php: 'nightly'
2324

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@
4141
},
4242
"require-dev": {
4343
"json-schema/JSON-Schema-Test-Suite": "1.2.0",
44-
"phpunit/phpunit": "^4.8.22",
4544
"friendsofphp/php-cs-fixer": "^2.1",
46-
"phpdocumentor/phpdocumentor": "^2.7"
45+
"phpunit/phpunit": "^4.8.22"
4746
},
4847
"autoload": {
4948
"psr-4": { "JsonSchema\\": "src/JsonSchema/" }

0 commit comments

Comments
 (0)