-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from avadev/UpdateComposerJson
Cleaning up the composer and the intro page
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,10 @@ | |
"name": "Avalara Developer Relations", | ||
"homepage": "https://developer.avalara.com" | ||
}, | ||
{ | ||
"name": "Community Developer Forum", | ||
"homepage": "https://community.avalara.com" | ||
}, | ||
{ | ||
"name": "Ted Spence", | ||
"email": "[email protected]" | ||
|
@@ -37,5 +41,8 @@ | |
"forum": "https://community.avalara.com", | ||
"source": "https://github.com/avadev/AvaTaxClientLibrary", | ||
"issues": "https://github.com/avadev/AvaTaxClientLibrary/issues" | ||
}, | ||
"autoload": { | ||
"psr-4": {"Avalara\\": "src"} | ||
} | ||
} |