Skip to content

Commit 65633d4

Browse files
authored
Merge pull request #273 from flow-control/bump-type-resolver
Bump version of phpdocumentor/type-resolver
2 parents c04dfef + 2eb332f commit 65633d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,5 @@ jobs:
9898
- git config --global user.email "${GH_EMAIL}"
9999
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
100100
- cd website && yarn install && GIT_USER="${GH_NAME}" yarn run publish-gh-pages
101-
matrix:
102101
allow_failures:
103102
- stage: test_dependencies

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"thecodingmachine/class-explorer": "^1.0.2",
1919
"psr/simple-cache": "^1",
2020
"phpdocumentor/reflection-docblock": "^4.3",
21-
"phpdocumentor/type-resolver": "^0.4",
21+
"phpdocumentor/type-resolver": "^0.4 || ^1.0.0",
2222
"psr/http-message": "^1",
2323
"ecodev/graphql-upload": "^4.0",
2424
"symfony/lock": "^3 || ^4"

0 commit comments

Comments
 (0)