We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b75f4 commit 88d0895Copy full SHA for 88d0895
composer.json
@@ -20,12 +20,12 @@
20
},
21
"bin": ["bin/createTemplates.php"],
22
"require": {
23
- "php": ">=5.5",
+ "php": ">=8.1",
24
"unl/html-minifier": "*",
25
"zendframework/zend-code": "^2.5"
26
27
"require-dev": {
28
- "phpunit/phpunit": "^5.7"
+ "phpunit/phpunit": "^10.5.27"
29
30
"autoload-dev": {
31
"psr-4": {
tests/GeneratorTest.php
@@ -12,7 +12,7 @@ protected function getTestDir()
12
return __DIR__ . '/data/generator_test';
13
}
14
15
- public function tearDown()
+ public function tearDown(): void
16
{
17
$this->deleteDirectory($this->getTestDir());
18
0 commit comments