Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stcheng authored Jan 23, 2024
2 parents e4bdb8f + 409e7a3 commit 053defe
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,9 @@ The Facebook Business SDK requires PHP 8.0 or greater.

The Facebook Business SDK uses composer to manage dependencies. Visit the <a href="https://getcomposer.org/download/" target="_blank">composer documentation</a> to learn how to install composer.

Add the following to your `composer.json` file:

```json
{
"require": {
"facebook/php-business-sdk": "16.0.*"
}
}
```
then install it through composer:

Execute the command below in your project root:
```shell
php composer.phar install --no-dev
composer require facebook/php-business-sdk
```

This SDK and its dependencies will be installed under `./vendor`.
Expand Down

0 comments on commit 053defe

Please sign in to comment.