We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8f4da commit eceefb7Copy full SHA for eceefb7
README.md
@@ -19,19 +19,12 @@ Add the library to your `composer.json`
19
{
20
"require": {
21
"eaglexboy/ebay-oauth-php-client": "^1.0"
22
- },
23
- "repositories": [
24
- {
25
- "type": "vcs",
26
- "url": "https://github.com/eaglexboy/ebay-oauth-php-client"
27
- }
28
- ]
+ }
29
}
30
```
31
or via command line
32
33
-composer config repositories.ebay-oauth-php-client vcs https://github.com/eaglexboy/ebay-oauth-php-client
34
-composer require ebay/ebay-oauth-php-client:"^1.0"
+composer require eaglexboy/ebay-oauth-php-client
35
36
37
## Getting Started
0 commit comments