Skip to content

Commit 145d581

Browse files
chore(composer): fix composer.json schema — replace invalid "files" with "archive.include" to include resources in package
1 parent 58704ff commit 145d581

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,18 @@
4141
"Codemonster\\Errors\\Tests\\": "tests/"
4242
}
4343
},
44-
"files": [
45-
"resources/views/errors/generic.php",
46-
"resources/views/errors/debug.php"
47-
],
4844
"support": {
4945
"issues": "https://github.com/codemonster-ru/errors/issues",
5046
"source": "https://github.com/codemonster-ru/errors"
5147
},
5248
"archive": {
5349
"exclude": [
5450
"/tests",
55-
"/.github",
5651
"/phpunit.xml.dist",
5752
"/CHANGELOG.md"
53+
],
54+
"include": [
55+
"resources/"
5856
]
5957
},
6058
"extra": {

0 commit comments

Comments
 (0)