Skip to content

Commit

Permalink
Remove dependency of capa_param_builder on php SDK
Browse files Browse the repository at this point in the history
Summary: As titled

Differential Revision: D64509782

fbshipit-source-id: 4ee282104b263c227a7a724a9330a24dae39ea2c
  • Loading branch information
Li Li (AXP) authored and facebook-github-bot committed Oct 17, 2024
1 parent 7ec7292 commit bd8fbf1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,9 @@
"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",
"facebook/php-capi-param-builder": "0.1.0-dev"
"guzzlehttp/guzzle": "^6.5 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "~9",
Expand All @@ -31,6 +24,5 @@
"psr-4": {
"FacebookAds\\": "src/FacebookAds/"
}
},
"minimum-stability": "dev"
}
}

0 comments on commit bd8fbf1

Please sign in to comment.