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.
2 parents c04dfef + 2eb332f commit 65633d4Copy full SHA for 65633d4
.travis.yml
@@ -98,6 +98,5 @@ jobs:
98
- git config --global user.email "${GH_EMAIL}"
99
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
100
- cd website && yarn install && GIT_USER="${GH_NAME}" yarn run publish-gh-pages
101
-matrix:
102
allow_failures:
103
- stage: test_dependencies
composer.json
@@ -18,7 +18,7 @@
18
"thecodingmachine/class-explorer": "^1.0.2",
19
"psr/simple-cache": "^1",
20
"phpdocumentor/reflection-docblock": "^4.3",
21
- "phpdocumentor/type-resolver": "^0.4",
+ "phpdocumentor/type-resolver": "^0.4 || ^1.0.0",
22
"psr/http-message": "^1",
23
"ecodev/graphql-upload": "^4.0",
24
"symfony/lock": "^3 || ^4"
0 commit comments