Skip to content

Commit

Permalink
SECURITY-7454: remove Heroku reference from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dsztanko committed Jun 21, 2022
1 parent c8d070d commit ac6f3f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ $client = Client::create('https://service-url', 'escher_key', 'escher_secret');
$client->setLogger(new Logger('name'));
```

### Use with Heroku
Because of the caching mechanism (`CachedClient`), add APCu to project dependencies

```bash
composer require ext-apcu
```

### Use with CodeShip
Because of the APCu dependency, install extension before `composer install`

Expand Down

0 comments on commit ac6f3f0

Please sign in to comment.