Skip to content

Commit

Permalink
Drop dependency on EightPointsGuzzleBundle (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
foaly-nr1 authored Jul 10, 2018
1 parent 4463649 commit aff6880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

Install with composer
```bash
$ composer require fourlabs/plivo-bundle
$ composer require fourlabs/plivo-bundle eightpoints/guzzle-bundle
```

Add the bundle to app/AppKernel.php
Add these bundles to app/AppKernel.php
```php
<?php
//...
Expand Down Expand Up @@ -75,4 +75,3 @@ imports:
## License

PlivoBundle is licensed under the MIT license.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"symfony/http-foundation": "~2.8|~3.0|~3.1",
"symfony/routing": "~2.8|~3.0|~3.1",
"symfony/options-resolver": "~2.8|~3.0|~3.1",
"eightpoints/guzzle-bundle": "~7.0",
"guzzlehttp/guzzle": "~6.2",
"friendsofsymfony/rest-bundle": "^2.0",
"misd/phone-number-bundle": "^1.3"
},
Expand Down

0 comments on commit aff6880

Please sign in to comment.