Skip to content

Commit c9433ad

Browse files
committed
Minor fixes
1 parent 3a0c20f commit c9433ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This repository contains the open source PHP SDK that allows you to access the F
1515
The Facebook PHP SDK can be installed with [Composer](https://getcomposer.org/). Run this command:
1616

1717
```sh
18-
composer require facebook/graph-sdk php-http/curl-client guzzlehttp/psr7 php-http/message
18+
composer require facebook/graph-sdk php-http/curl-client guzzlehttp/psr7
1919
```
2020

2121
Why the extra packages? We give you the flexibility to choose what HTTP client (e.g. cURL or Guzzle) to use and what PSR-7 implementation you prefer. Read more about this at the [HTTPlug documentation](http://php-http.readthedocs.io/en/latest/httplug/users.html).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^6.2",
28-
"php-http/guzzle6-adapter": "^1.0"
28+
"php-http/guzzle6-adapter": "^1.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)