mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 15:08:45 +02:00
✅ fix unit tests
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user