Including `composer.lock` to enable Scrutinizer test https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/composer_dependencies
This commit is contained in:
parent
5a2f4020fb
commit
061ba4bfb2
|
|
@ -4,7 +4,6 @@
|
|||
.Trashes
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
composer.lock
|
||||
composer.phar
|
||||
phpunit.xml
|
||||
/.buildpath
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ filter:
|
|||
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ]
|
||||
|
||||
before_commands:
|
||||
- "composer self-update"
|
||||
- "composer install --prefer-source --dev"
|
||||
|
||||
tools:
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue