Skip to content

Commit 0485750

Browse files
authored
Fix yiisoft#342: Remove unnecessary files from Composer package
1 parent e70d096 commit 0485750

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Ignore all test and documentation for archive
22
/.github export-ignore
3+
/tests export-ignore
34
/.editorconfig export-ignore
45
/.git-blame-ignore-revs export-ignore
56
/.gitattributes export-ignore
67
/.gitignore export-ignore
8+
/phpstan-baseline.neon export-ignore
9+
/phpstan.dist.neon export-ignore
10+
/phpunit-7x.xml.dist export-ignore
11+
/phpunit.xml.dist export-ignore

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Yii Framework 2 apidoc extension Change Log
1010
- Enh #339: Add support for intersection types (mspirkov)
1111
- Bug #339: Fix the mechanism for replacing `static` with FQCN (mspirkov)
1212
- Bug #339: Fix processing of multidimensional arrays (mspirkov)
13+
- Enh #342: Remove unnecessary files from Composer package (mspirkov)
1314
- Enh #341: Add support for nullable types (mspirkov)
1415

1516

0 commit comments

Comments
 (0)