Rename vendor and package in composer to be lowercase.

This commit is contained in:
Gary Jones 2012-11-17 22:03:48 +00:00
parent fbe80f2624
commit 244bd74225
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"name": "GaryJones/OAuth",
"name": "garyjones/oauth",
"description": "Based on Andy Smith's basic PHP library for OAuth 1.0a",
"type": "library",
"keywords": ["oauth"],