Allow PHPUnit 7.5 for PHP7.1

This commit is contained in:
Simon Wisselink
2021-01-08 18:11:22 +01:00
parent fc4437e8b3
commit 0be482d1f8

View File

@@ -40,7 +40,7 @@
} }
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^8.5 || ^7.5",
"smarty/smarty-lexer": "^3.1" "smarty/smarty-lexer": "^3.1"
} }
} }