Merge pull request #374 from cedric-anne/patch-1
Exclude dev files from dist package
This commit is contained in:
commit
fcfbf56cd7
1 changed files with 12 additions and 1 deletions
|
|
@ -39,6 +39,17 @@
|
||||||
],
|
],
|
||||||
"codestyle": "vendor/bin/php-cs-fixer fix Michelf --dry-run --verbose --show-progress=none",
|
"codestyle": "vendor/bin/php-cs-fixer fix Michelf --dry-run --verbose --show-progress=none",
|
||||||
"codestyle-fix": "vendor/bin/php-cs-fixer fix Michelf"
|
"codestyle-fix": "vendor/bin/php-cs-fixer fix Michelf"
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"archive": {
|
||||||
|
"exclude": [
|
||||||
|
"/.github/",
|
||||||
|
"/test/",
|
||||||
|
"/.editorconfig",
|
||||||
|
"/.gitignore",
|
||||||
|
"/.scrutinizer.yml",
|
||||||
|
"/.travis.yml",
|
||||||
|
"/phpunit.xml.dist"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue