Skip to content

Commit f6d31e1

Browse files
committed
Not ready for 8.1 just yet
1 parent db73114 commit f6d31e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.3 || ^7.4 || ^8.0",
15+
"php": "^7.3 | <8.1",
1616
"phpfui/phpfui": "^6.0",
1717
"scrivo/highlight.php": ">=9.17",
18-
"phpdocumentor/reflection-docblock": "^3.0",
18+
"phpdocumentor/reflection-docblock": "^5.0",
1919
"gitonomy/gitlib": "^1.2",
2020
"cebe/markdown": "^1.2",
2121
"paquettg/php-html-parser": "^3.1"
@@ -24,7 +24,7 @@
2424
"psr-0": {"PHPFUI\\InstaDoc\\": "src/"}
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": ">=9.0",
27+
"phpunit/phpunit": "<10.0",
2828
"phpfui/html-unit-tester": "^1.0",
2929
"roave/security-advisories": "dev-latest",
3030
"phpfui/phpunit-syntax-coverage": "^1.0",

0 commit comments

Comments
 (0)