mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 11:36:24 +00:00
Introduce composer check to check the entire project before pushing
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
"name": "Erik Tilt"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"check": [
|
||||
"php-cs-fixer fix --ansi --dry-run --diff",
|
||||
"phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --standard=PSR2 -n",
|
||||
"phpunit --color=always"
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.6|^7.0",
|
||||
"ext-mbstring": "*",
|
||||
|
||||
Reference in New Issue
Block a user