Skip to content

Commit

Permalink
Tweaks in prep for first release.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Oct 18, 2017
1 parent f4c6e67 commit 3ca5993
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@
"pay",
"payment"
],
"homepage": "https://github.com/academe/TBC",
"homepage": "https://github.com/academe/authorizenet-objects",
"license": "MIT",
"authors": [
{
"name": "Jason Judge",
"homepage": "https://github.com/TBC"
"homepage": "https://github.com/judgej"
}
],
"autoload": {
"psr-4": { "Academe\\AuthorizeNet\\" : "src/" }
"psr-4": {
"Academe\\AuthorizeNet\\": "src/"
}
},
"require": {
"php": ">=5.6.0"
Expand Down

0 comments on commit 3ca5993

Please sign in to comment.