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 db73114 commit f6d31e1Copy full SHA for f6d31e1
composer.json
@@ -12,10 +12,10 @@
12
}
13
],
14
"require": {
15
- "php": "^7.3 || ^7.4 || ^8.0",
+ "php": "^7.3 | <8.1",
16
"phpfui/phpfui": "^6.0",
17
"scrivo/highlight.php": ">=9.17",
18
- "phpdocumentor/reflection-docblock": "^3.0",
+ "phpdocumentor/reflection-docblock": "^5.0",
19
"gitonomy/gitlib": "^1.2",
20
"cebe/markdown": "^1.2",
21
"paquettg/php-html-parser": "^3.1"
@@ -24,7 +24,7 @@
24
"psr-0": {"PHPFUI\\InstaDoc\\": "src/"}
25
},
26
"require-dev": {
27
- "phpunit/phpunit": ">=9.0",
+ "phpunit/phpunit": "<10.0",
28
"phpfui/html-unit-tester": "^1.0",
29
"roave/security-advisories": "dev-latest",
30
"phpfui/phpunit-syntax-coverage": "^1.0",
0 commit comments