We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a81e48 commit f3b5836Copy full SHA for f3b5836
1 file changed
composer.json
@@ -14,7 +14,7 @@
14
"require": {
15
"php": ">=8.0 <8.6",
16
"phpfui/phpfui": "^6.0",
17
- "phpdocumentor/reflection-docblock": "^5.0",
+ "phpdocumentor/reflection-docblock": "^5.0 || ^6.0",
18
"gitonomy/gitlib": "^1.2",
19
"voku/simple_html_dom": "^4.7",
20
"soundasleep/html2text": "^2.0",
@@ -25,7 +25,7 @@
25
"psr-4": {"PHPFUI\\InstaDoc\\": "src/PHPFUI/InstaDoc/"}
26
},
27
"require-dev": {
28
- "phpunit/phpunit": "<13.0",
+ "phpunit/phpunit": "<14.0",
29
"phpfui/html-unit-tester": "^1.0",
30
"roave/security-advisories": "dev-latest",
31
"phpfui/phpunit-syntax-coverage": "^1.0",
0 commit comments