Skip to content

Commit 803c662

Browse files
authored
Merge pull request #118 from werlos/do_not_include_composer_lock_in_dist
Do not include composer.lock in distribution
2 parents 6c9366f + 2739707 commit 803c662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/.scrutinizer.yml export-ignore
77
/Makefile export-ignore
88
/composer-require-config.json export-ignore
9-
/composer.lock
9+
/composer.lock export-ignore
1010
/phive.xml export-ignore
1111
/phpbench.json export-ignore
1212
/phpcs.xml.dist export-ignore

0 commit comments

Comments
 (0)