Skip to content

Commit

Permalink
Biz SDK and FBC Combiner
Browse files Browse the repository at this point in the history
Summary: added FBC Combiner integration for Business SDK: php

Reviewed By: stcheng

Differential Revision: D62271151

fbshipit-source-id: ceadcfa1f97d31df89f3944b616b41b4c24a7738
  • Loading branch information
Jiaming You authored and facebook-github-bot committed Sep 26, 2024
1 parent 607bedf commit 69f2310
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@
"page"
],
"homepage": "https://developers.facebook.com/",
"repositories": [
{
"type": "composer",
"url": "https://capi-automation.s3.amazonaws.com/public/php"
}
],
"require": {
"php": ">=8.0",
"guzzlehttp/guzzle": "^6.5 || ^7.0"
"guzzlehttp/guzzle": "^6.5 || ^7.0",
"facebook/php-capi-param-builder": "0.0.1-dev"
},
"require-dev": {
"phpunit/phpunit": "~9",
Expand All @@ -24,5 +31,6 @@
"psr-4": {
"FacebookAds\\": "src/FacebookAds/"
}
}
},
"minimum-stability": "dev"
}

0 comments on commit 69f2310

Please sign in to comment.