Skip to content

Commit 061ba4b

Browse files
committed
1 parent 5a2f402 commit 061ba4b

File tree

3 files changed

+3108
-1
lines changed

3 files changed

+3108
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
.Trashes
55
Thumbs.db
66
Desktop.ini
7-
composer.lock
87
composer.phar
98
phpunit.xml
109
/.buildpath

.scrutinizer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ filter:
22
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ]
33

44
before_commands:
5+
- "composer self-update"
56
- "composer install --prefer-source --dev"
67

78
tools:

0 commit comments

Comments
 (0)