Skip to content

Commit 69f2310

Browse files
Jiaming Youfacebook-github-bot
Jiaming You
authored andcommitted
Biz SDK and FBC Combiner
Summary: added FBC Combiner integration for Business SDK: php Reviewed By: stcheng Differential Revision: D62271151 fbshipit-source-id: ceadcfa1f97d31df89f3944b616b41b4c24a7738
1 parent 607bedf commit 69f2310

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,16 @@
1111
"page"
1212
],
1313
"homepage": "https://developers.facebook.com/",
14+
"repositories": [
15+
{
16+
"type": "composer",
17+
"url": "https://capi-automation.s3.amazonaws.com/public/php"
18+
}
19+
],
1420
"require": {
1521
"php": ">=8.0",
16-
"guzzlehttp/guzzle": "^6.5 || ^7.0"
22+
"guzzlehttp/guzzle": "^6.5 || ^7.0",
23+
"facebook/php-capi-param-builder": "0.0.1-dev"
1724
},
1825
"require-dev": {
1926
"phpunit/phpunit": "~9",
@@ -24,5 +31,6 @@
2431
"psr-4": {
2532
"FacebookAds\\": "src/FacebookAds/"
2633
}
27-
}
34+
},
35+
"minimum-stability": "dev"
2836
}

0 commit comments

Comments
 (0)