Skip to content

Commit eceefb7

Browse files
author
Castellanos, Eleazar
committed
Updated installation instructions
1 parent 6b8f4da commit eceefb7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,12 @@ Add the library to your `composer.json`
1919
{
2020
"require": {
2121
"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-
]
22+
}
2923
}
3024
```
3125
or via command line
3226
```
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"
27+
composer require eaglexboy/ebay-oauth-php-client
3528
```
3629

3730
## Getting Started

0 commit comments

Comments
 (0)