mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
Add composer validation to CI;
Also: add branch alias for `dev-master` Fix #159
This commit is contained in:
@@ -8,6 +8,7 @@ php:
|
||||
- 5.5
|
||||
|
||||
script:
|
||||
- composer validate
|
||||
- phpunit --version
|
||||
- phpunit --configuration tests/phpunit.xml
|
||||
|
||||
|
||||
@@ -40,6 +40,11 @@
|
||||
"suggest": {
|
||||
"illuminate/support": "Fluent array interface for map functions"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://github.com/parsecsv/parsecsv-for-php/issues",
|
||||
"source": "https://github.com/parsecsv/parsecsv-for-php"
|
||||
|
||||
Reference in New Issue
Block a user