Skip to content

Commit c48ce71

Browse files
Fix: return type deprecation warnings in underlying facebook dependency
facebook/facebook-php-business-sdk@049dfd1
1 parent dbd4c82 commit c48ce71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^8.0",
21-
"facebook/php-business-sdk": "^12.0",
21+
"facebook/php-business-sdk": "^15.0",
2222
"illuminate/http": "^8.0|^9.0",
2323
"illuminate/support": "^8.0|^9.0"
2424
},

0 commit comments

Comments
 (0)