Skip to content

Commit 3c57627

Browse files
authored
chore(tests): add CI for checking lowest version of dependencies (#6899)
1 parent 5034ed3 commit 3c57627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"phpunit/phpunit": "^9.0",
1313
"phpspec/prophecy-phpunit": "^2.0",
1414
"squizlabs/php_codesniffer": "2.*",
15-
"phpdocumentor/reflection": "^5.0",
15+
"phpdocumentor/reflection": "^5.3.3",
16+
"phpdocumentor/reflection-docblock": "^5.3",
1617
"erusev/parsedown": "^1.6",
1718
"flix-tech/avro-php": "^5.0.0"
1819
},

0 commit comments

Comments
 (0)