Add composer validation to CI;

Also: add branch alias for `dev-master`

Fix #159
This commit is contained in:
Fonata
2019-02-23 12:53:58 +01:00
parent d03f8a2f09
commit 2e94f4ad41
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ php:
- 5.5 - 5.5
script: script:
- composer validate
- phpunit --version - phpunit --version
- phpunit --configuration tests/phpunit.xml - phpunit --configuration tests/phpunit.xml

View File

@@ -40,6 +40,11 @@
"suggest": { "suggest": {
"illuminate/support": "Fluent array interface for map functions" "illuminate/support": "Fluent array interface for map functions"
}, },
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"support": { "support": {
"issues": "https://github.com/parsecsv/parsecsv-for-php/issues", "issues": "https://github.com/parsecsv/parsecsv-for-php/issues",
"source": "https://github.com/parsecsv/parsecsv-for-php" "source": "https://github.com/parsecsv/parsecsv-for-php"