Skip to content

Commit 0f367aa

Browse files
committed
Update references to old repo and packagist names to the new ones
1 parent e243ba3 commit 0f367aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are two methods to install the Facebook SDK for PHP. The recommended insta
2222
[Composer](https://getcomposer.org/) is the recommended way to install the Facebook SDK for PHP. Simply run the following in the root of your project.
2323

2424
```
25-
composer require facebook/php-sdk-v4
25+
composer require facebook/graph-sdk
2626
```
2727

2828
> The Facebook SDK starting adhering to [SemVer](http://semver.org/) with version 5. Previous to version 5, the SDK did not follow SemVer.
@@ -40,12 +40,12 @@ require_once __DIR__ . '/vendor/autoload.php';
4040

4141
First, download the source code and unzip it wherever you like in your project.
4242

43-
[Download the SDK for PHP v5.0](https://github.com/facebook/facebook-php-sdk-v4/archive/5.0-dev.zip)
43+
[Download the SDK for PHP v5.0](https://github.com/facebook/php-graph-sdk/archive/5.4.zip)
4444

4545
Then include the autoloader provided in the SDK at the top of your script.
4646

4747
```php
48-
require_once __DIR__ . '/path/to/facebook-php-sdk-v4/src/Facebook/autoload.php';
48+
require_once __DIR__ . '/path/to/php-graph-sdk/src/Facebook/autoload.php';
4949
```
5050

5151
The autoloader should be able to auto-detect the proper location of the source code.

0 commit comments

Comments
 (0)