Skip to content

Commit 14973ed

Browse files
committed
Remove PHPDocumentor & change travis platform for hhvm tests (jsonrainbow#429)
* Remove dev-time dependency on phpdocumentor due to resolution headaches * Switch distro for hhvm testing to trusty (precise now unsupported)
1 parent 429be23 commit 14973ed

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
@@ -40,9 +40,8 @@
4040
},
4141
"require-dev": {
4242
"json-schema/JSON-Schema-Test-Suite": "1.2.0",
43-
"phpunit/phpunit": "^4.8.22",
4443
"friendsofphp/php-cs-fixer": "^2.1",
45-
"phpdocumentor/phpdocumentor": "^2.7"
44+
"phpunit/phpunit": "^4.8.22"
4645
},
4746
"autoload": {
4847
"psr-4": { "JsonSchema\\": "src/JsonSchema/" }

0 commit comments

Comments
 (0)