Skip to content

Commit

Permalink
Merge pull request #5 from afoucret/update-package-name
Browse files Browse the repository at this point in the history
Rename composer package into "elastic/app-search".
  • Loading branch information
afoucret authored Aug 7, 2019
2 parents db3cdb5 + ff8ca76 commit 8f127f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Using this client assumes that you have already created an App Search account on
You can install the client in your project by using composer:

```bash
composer require elastic/app-search-php
composer require elastic/app-search
```

## 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" : "elastic/app-search-php",
"name" : "elastic/app-search",
"description" : "Elastic App Search Official PHP Client",
"homepage": "https://github.com/elastic/app-search-php",
"keywords" : [
Expand Down
2 changes: 1 addition & 1 deletion resources/api/templates/readme_install.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Using this client assumes that you have already created an App Search account on
You can install the client in your project by using composer:

```bash
composer require elastic/app-search-php
composer require elastic/app-search
```

0 comments on commit 8f127f7

Please sign in to comment.