plivo / plivo-php

Plivo PHP Helper Library
http://www.plivo.com
MIT License
110 stars 117 forks source link

Migrate Voice traffic to AKAMAI #248

Closed Koushik-Ayila closed 2 years ago

Koushik-Ayila commented 2 years ago

@narayana-plivo, for the earlier commits we see the UT builds are not failing but for the recent ones they are giving an error Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2". You are running 7.3.29. in /app/vendor/composer/platform_check.php on line 24 We have not made any changes in terms of Deployment Pipeline / UT config. On changing to composer v6, that was giving an access denied error though @huzaif-plivo has added permissions for version v6. As per this reference, they suggested to add platform-check as false in composer.json. Can we proceed doing like that? Please let us know your thoughts.