Exclude dev files from dist package

This commit is contained in:
Cédric Anne 2022-07-27 14:32:21 +02:00
parent 9d7fb2c8ae
commit b7d7e58952

View file

@ -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"
]
}
}