Skip to content

Commit

Permalink
fix: unleash package name should be unleash/client
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Aug 18, 2021
1 parent 647aeac commit 93924db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This implementation conforms to the official Unleash standards and implements al
## Installation

`composer require unleash/unleash-client`
`composer require unleash/client`

Requires PHP 7.3 or newer.

Expand All @@ -26,11 +26,11 @@ Requires PHP 7.3 or newer.
> [Symfony Cache](https://packagist.org/packages/symfony/cache).
> Example:
`composer require unleash/unleash-client guzzlehttp/guzzle symfony/cache`
`composer require unleash/client guzzlehttp/guzzle symfony/cache`

or

`composer require unleash/unleash-client symfony/http-client nyholm/psr7 symfony/cache`
`composer require unleash/client symfony/http-client nyholm/psr7 symfony/cache`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "unleash/unleash-client",
"name": "unleash/client",
"type": "library",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 93924db

Please sign in to comment.