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
1
.gitignore
vendored
1
.gitignore
vendored
@ -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:
|
||||
|
||||
3107
composer.lock
generated
Normal file
3107
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user