tests: back `phpunit-polyfills` to require-dev

This commit is contained in:
vnmedeiros 2021-12-07 16:10:19 -03:00
parent 5ec4918107
commit 3b3d846b8c
2 changed files with 4 additions and 3 deletions

View File

@ -49,7 +49,7 @@ then
then
composer install
else
composer install # --no-dev
composer install --no-dev
fi
fi

View File

@ -5,11 +5,12 @@
"require": {
"respect/validation": "^1.1",
"smalot/pdfparser": "*",
"kornrunner/blurhash": "^1.1"
"kornrunner/blurhash": "^1.1",
"phpcompatibility/php-compatibility": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
"phpcompatibility/php-compatibility": "*"
"yoast/phpunit-polyfills": "^1.0.1"
},
"prefer-stable" : true,
"minimum-stability": "dev",