Zend certified PHP/Magento developer

upgrading to magento from 2.4.3 to 2.4.4 with php 8.1

I am upgrading Magento CE from 2.4.3-p1 to 2.4.4-p1 with php 8.1
but I got this problem facebook/graph-sdk does not support php 8.1 and it is PHP package not Magento 2 Module,

facebook/graph-sdk 5.6.2 requires php ^5.4|^7.0 -> your PHP version (8.1.8) does not satisfy that requirement.
- facebook/graph-sdk 5.6.1 requires php ^5.4|^7.0 -> your PHP version (8.1.8) does not satisfy that requirement.
- facebook/graph-sdk 5.6.0 requires php ^5.4|^7.0 -> your PHP version (8.1.8) does not satisfy that requirement.
- facebook/graph-sdk 5.5.0 requires php ^5.4|^7.0 -> your PHP version (8.1.8) does not satisfy that requirement.
- facebook/graph-sdk 5.4.4 requires php ^5.4|^7.0 -> your PHP version (8.1.8) does not satisfy that requirement.
- facebook/graph-sdk 5.4.3 requires php ^5.4|^7.0 -> your PHP version (8.1.8) does not satisfy that requirement.
- facebook/graph-sdk 5.4.2 requires php ^5.4|^7.0 -> your PHP version (8.1.8) does not satisfy that requirement.
- facebook/graph-sdk 5.4.1 requires php ^5.4|^7.0 -> your PHP version (8.1.8) does not satisfy that requirement.
- facebook/graph-sdk 5.4.0 requires php ^5.4|^7.0 -> your PHP version (8.1.8) does not satisfy that requirement.

so my question is : how can I move this package to another directory like app/code and force using it after that I can fix bugs related to PHP 8.1

thanks in advance