fix unit tests

This commit is contained in:
Eric Espie
2024-06-17 14:52:55 +02:00
parent 7dc1672b24
commit 71e36d264e
14 changed files with 191 additions and 1693 deletions

View File

@@ -21,12 +21,12 @@
"email": "support@jevon.org"
},
"require": {
"php": ">=7.0",
"php": "^7.3|^8.0",
"ext-dom": "*",
"ext-libxml": "*"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"soundasleep/component-tests": "~0.2"
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"phpstan/phpstan": "^1.9"
}
}