This commit is contained in:
Ivan Lanin 2014-05-05 19:26:21 +07:00
parent 5a2f4020fb
commit 061ba4bfb2
3 changed files with 3108 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,7 +4,6 @@
.Trashes .Trashes
Thumbs.db Thumbs.db
Desktop.ini Desktop.ini
composer.lock
composer.phar composer.phar
phpunit.xml phpunit.xml
/.buildpath /.buildpath

View File

@ -2,6 +2,7 @@ filter:
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ] excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ]
before_commands: before_commands:
- "composer self-update"
- "composer install --prefer-source --dev" - "composer install --prefer-source --dev"
tools: tools:

3107
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff