Skip to content

Commit a686c7e

Browse files
committedOct 23, 2024·
PHP 8.4 Support
1 parent 9b76cb3 commit a686c7e

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed
 

‎.github/dependabot.yml

-8
This file was deleted.

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=8.0 <8.4",
15+
"php": ">=8.0 <8.5",
1616
"phpfui/phpfui": "^6.0",
1717
"phpdocumentor/reflection-docblock": "^5.0",
1818
"gitonomy/gitlib": "^1.2",

‎phpunit.xml.dist

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
stopOnFailure="false"
99
bootstrap="./tests/bootstrap.php"
1010
>
11-
1211
<testsuites>
1312
<testsuite name="PHPFUI\InstaDoc Unit tests">
1413
<directory>./tests/</directory>

0 commit comments

Comments
 (0)
Please sign in to comment.