Skip to content

Commit 88d0895

Browse files
committed
Updated to php 8.1
1 parent 40b75f4 commit 88d0895

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
},
2121
"bin": ["bin/createTemplates.php"],
2222
"require": {
23-
"php": ">=5.5",
23+
"php": ">=8.1",
2424
"unl/html-minifier": "*",
2525
"zendframework/zend-code": "^2.5"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^5.7"
28+
"phpunit/phpunit": "^10.5.27"
2929
},
3030
"autoload-dev": {
3131
"psr-4": {

tests/GeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ protected function getTestDir()
1212
return __DIR__ . '/data/generator_test';
1313
}
1414

15-
public function tearDown()
15+
public function tearDown(): void
1616
{
1717
$this->deleteDirectory($this->getTestDir());
1818
}

0 commit comments

Comments
 (0)