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 2d404b8 commit 6407baaCopy full SHA for 6407baa
.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
@@ -41,9 +41,8 @@
41
},
42
"require-dev": {
43
"json-schema/JSON-Schema-Test-Suite": "1.2.0",
44
- "phpunit/phpunit": "^4.8.22",
45
"friendsofphp/php-cs-fixer": "^2.1",
46
- "phpdocumentor/phpdocumentor": "^2.7"
+ "phpunit/phpunit": "^4.8.22"
47
48
"autoload": {
49
"psr-4": { "JsonSchema\\": "src/JsonSchema/" }
0 commit comments