Skip to content

Commit 46c160d

Browse files
committed
Add archive key to composer.json
1 parent ad0a6c9 commit 46c160d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@
8686
}
8787
}
8888
},
89+
"archive": {
90+
"exclude": [
91+
"assets/",
92+
"tests/",
93+
"workbench/",
94+
".github/",
95+
"phpstan.neon.dist",
96+
"phpunit.xml"
97+
]
98+
},
8999
"minimum-stability": "dev",
90100
"prefer-stable": true
91101
}

0 commit comments

Comments
 (0)