We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607bedf commit 69f2310Copy full SHA for 69f2310
composer.json
@@ -11,9 +11,16 @@
11
"page"
12
],
13
"homepage": "https://developers.facebook.com/",
14
+ "repositories": [
15
+ {
16
+ "type": "composer",
17
+ "url": "https://capi-automation.s3.amazonaws.com/public/php"
18
+ }
19
+ ],
20
"require": {
21
"php": ">=8.0",
- "guzzlehttp/guzzle": "^6.5 || ^7.0"
22
+ "guzzlehttp/guzzle": "^6.5 || ^7.0",
23
+ "facebook/php-capi-param-builder": "0.0.1-dev"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "~9",
@@ -24,5 +31,6 @@
31
"psr-4": {
32
"FacebookAds\\": "src/FacebookAds/"
33
}
27
- }
34
+ },
35
+ "minimum-stability": "dev"
28
36
0 commit comments