Merge branch 'master' of github.com:EHER/OAuth

Conflicts:
	.gitignore
	composer.json
This commit is contained in:
Eher
2012-02-09 13:03:36 -02:00
6 changed files with 11 additions and 11 deletions

View File

@@ -4,11 +4,12 @@
"description": "OAuth 1 PHP Library",
"keywords": ["oauth"],
"homepage": "https://github.com/EHER/OAuth",
"authors":
{
"name": "Andy Smith",
"homepage": "http://term.ie/"
},
"authors":[
{
"name": "Andy Smith",
"homepage": "http://term.ie/"
}
],
"require": {
"php": ">=5.3.0"
}