Skip to content

Commit bd8fbf1

Browse files
Li Li (AXP)facebook-github-bot
Li Li (AXP)
authored andcommitted
Remove dependency of capa_param_builder on php SDK
Summary: As titled Differential Revision: D64509782 fbshipit-source-id: 4ee282104b263c227a7a724a9330a24dae39ea2c
1 parent 7ec7292 commit bd8fbf1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

composer.json

+2-10
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,9 @@
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-
],
2014
"require": {
2115
"php": ">=8.0",
22-
"guzzlehttp/guzzle": "^6.5 || ^7.0",
23-
"facebook/php-capi-param-builder": "0.1.0-dev"
16+
"guzzlehttp/guzzle": "^6.5 || ^7.0"
2417
},
2518
"require-dev": {
2619
"phpunit/phpunit": "~9",
@@ -31,6 +24,5 @@
3124
"psr-4": {
3225
"FacebookAds\\": "src/FacebookAds/"
3326
}
34-
},
35-
"minimum-stability": "dev"
27+
}
3628
}

0 commit comments

Comments
 (0)