scrutinizer fix, allow zip extension
This commit is contained in:
parent
6d49b28678
commit
b7dc71ab1b
|
|
@ -3,6 +3,12 @@ build:
|
||||||
analysis:
|
analysis:
|
||||||
tests:
|
tests:
|
||||||
override: [php-scrutinizer-run]
|
override: [php-scrutinizer-run]
|
||||||
|
environment:
|
||||||
|
php:
|
||||||
|
version: '7.4'
|
||||||
|
pecl_extensions:
|
||||||
|
- zip
|
||||||
|
|
||||||
filter:
|
filter:
|
||||||
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ]
|
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue