Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
#13: Update the composer file to include the correct details
Browse files Browse the repository at this point in the history
Updates the composer file to include author, keywords, and the correct repository name (lowercase rather then upper case)
  • Loading branch information
Aaron Rickard committed Jan 7, 2016
1 parent b306a4c commit 234f7f0
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
{
"name": "meanbee/Royalmail-PHP-Library",
"name": "meanbee/royalmail-php-library",
"type": "Library",
"description": "PHP library for Royal Mail shipping shipping methods",
"homepage": "https://github.com/meanbee/Royalmail-PHP-Library",
"homepage": "https://github.com/meanbee/royalmail-php-library",
"keywords": [
"royalmail",
"meanbee",
"shipping method",
"php library"
],

"authors": [
{
"name": "Meanbee Ltd",
"email": "hello@meanbee.com",
"homepage": "http://www.meanbee.com/",
"role": "Company"
}
],

"require-dev": {
"phpunit/phpunit": "4.*"
Expand Down

0 comments on commit 234f7f0

Please sign in to comment.