Composer.json updated
This commit is contained in:
		| @@ -1,21 +1,12 @@ | ||||
| { | ||||
|     "name": "Eher/OAuth", | ||||
|     "name": "OAuth", | ||||
|     "type": "library", | ||||
|     "description": "OAuth 1 PHP Library", | ||||
|     "keywords": ["oauth"], | ||||
|     "homepage": "https://github.com/EHER/OAuth", | ||||
|     "authors":[ | ||||
|         { | ||||
|             "name": "Andy Smith", | ||||
|             "homepage": "http://term.ie/" | ||||
|         } | ||||
|     ], | ||||
|     "autoload": { | ||||
|         "psr-0": { | ||||
|             "Eher/OAuth": "src/" | ||||
|         } | ||||
|     }, | ||||
|     "require": { | ||||
|         "php": ">=5.3.0" | ||||
|     }, | ||||
|     "autoload": { | ||||
|         "psr-0": { | ||||
|             "OAuth": "src/" | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Eher
					Eher