Allow downgrade of phpunit to 8 for PHP 7.2 support

Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf 2020-11-09 10:06:40 +01:00
Родитель af44d9e33f
Коммит 56a637fd45
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9FC3120E932F73F1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@
"ext-libxml": "*"
},
"require-dev": {
"phpunit/phpunit": ">=9.0",
"phpunit/phpunit": ">=8.0",
"nikic/php-parser": "4.2"
}
}