fix: remove `phpunit-polyfills` for incompatibility with PHP version

This commit is contained in:
vnmedeiros 2021-12-07 16:02:50 -03:00
parent 4d86bb7ba6
commit 5ec4918107
3 changed files with 91 additions and 1928 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,12 +5,11 @@
"require": {
"respect/validation": "^1.1",
"smalot/pdfparser": "*",
"kornrunner/blurhash": "^1.1",
"phpcompatibility/php-compatibility": "*"
"kornrunner/blurhash": "^1.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
"yoast/phpunit-polyfills": "^1.0.1"
"phpcompatibility/php-compatibility": "*"
},
"prefer-stable" : true,
"minimum-stability": "dev",

2012
composer.lock generated

File diff suppressed because it is too large Load Diff