tests: back `phpunit-polyfills` to require-dev
This commit is contained in:
parent
5ec4918107
commit
3b3d846b8c
2
build.sh
2
build.sh
|
@ -49,7 +49,7 @@ then
|
|||
then
|
||||
composer install
|
||||
else
|
||||
composer install # --no-dev
|
||||
composer install --no-dev
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue