We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429be23 commit 14973edCopy full SHA for 14973ed
.travis.yml
@@ -18,6 +18,7 @@ matrix:
18
- php: 7.1
19
- php: 'nightly'
20
- php: hhvm
21
+ dist: trusty
22
allow_failures:
23
24
composer.json
@@ -40,9 +40,8 @@
40
},
41
"require-dev": {
42
"json-schema/JSON-Schema-Test-Suite": "1.2.0",
43
- "phpunit/phpunit": "^4.8.22",
44
"friendsofphp/php-cs-fixer": "^2.1",
45
- "phpdocumentor/phpdocumentor": "^2.7"
+ "phpunit/phpunit": "^4.8.22"
46
47
"autoload": {
48
"psr-4": { "JsonSchema\\": "src/JsonSchema/" }
0 commit comments