Skip to content

Commit

Permalink
fix composer issues link... add gitattributes file to be consistent w…
Browse files Browse the repository at this point in the history
…ith line endings
  • Loading branch information
Christopher Mancini committed Aug 20, 2015
1 parent eebe15c commit fe995d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* text=auto

*.php text eol=lf
*.yml text eol=lf
*.xml text eol=lf
*.md text eol=lf

*.png binary
*.jpg binary
*.gif binary
*.ico binary
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"psr-4": {"Basho\\Tests\\": "tests/"}
},
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues"
"issues": "https://github.com/basho/riak-php-client/issues"
},
"repositories": [
{
Expand All @@ -62,4 +62,4 @@
"apigen/apigen": "4.1.*",
"basho/tools": "1.0.0"
}
}
}

0 comments on commit fe995d8

Please sign in to comment.