Skip to content

Commit 9b76cb3

Browse files
committed
Dependency update
1 parent 1f50a42 commit 9b76cb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.3, 8.2, 8.1, 8.0]
11+
php: [8.3, 8.2]
1212
dependency-version: [prefer-stable]
1313
os: [ubuntu-latest]
1414

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"psr-4": {"PHPFUI\\InstaDoc\\": "src/PHPFUI/InstaDoc/"}
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "<11.0",
28+
"phpunit/phpunit": "<12.0",
2929
"phpfui/html-unit-tester": "^1.0",
3030
"roave/security-advisories": "dev-latest",
3131
"phpfui/phpunit-syntax-coverage": "^1.0",

src/PHPFUI/InstaDoc/Section/CodeCommon.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class CodeCommon extends \PHPFUI\InstaDoc\Section
66
{
7-
protected \phpDocumentor\Reflection\DocBlockFactory $factory;
7+
protected \phpDocumentor\Reflection\DocBlockFactoryInterface $factory;
88

99
protected \PHPFUI\InstaDoc\MarkDownParser $parsedown;
1010

0 commit comments

Comments
 (0)