Skip to content

Commit 301554c

Browse files
committed
Add binnaries files to acrhive to prevent mac build exceptions
1 parent ba805e9 commit 301554c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,22 @@
5555
"phpstan/extension-installer": true
5656
}
5757
},
58+
"archive": {
59+
"exclude": [
60+
"/docs",
61+
"/references",
62+
"/tests",
63+
"/examples",
64+
"/.github",
65+
"/docs/static",
66+
"*.pdf",
67+
"*.xlsx",
68+
"*.jpg",
69+
"*.png",
70+
"*.ico",
71+
"*.pfx"
72+
]
73+
},
5874
"minimum-stability": "dev",
5975
"prefer-stable": true
6076
}

0 commit comments

Comments
 (0)