Exclude dev files from dist package
This commit is contained in:
parent
9d7fb2c8ae
commit
b7d7e58952
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-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