scrutinizer fix, allow zip extension

This commit is contained in:
Libor M 2020-10-18 08:18:39 +02:00
parent 6d49b28678
commit b7dc71ab1b
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ build:
analysis:
tests:
override: [php-scrutinizer-run]
environment:
php:
version: '7.4'
pecl_extensions:
- zip
filter:
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ]