Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
916 stars 180 forks source link

Upgrade the laminas/laminas-diactoros in the composer #408

Closed martio closed 1 year ago

martio commented 1 year ago

Please upgrade laminas/laminas-diactoros to version ^3.0.0

  Problem 1
    - Root composer.json requires laravel/octane 2.0.0 -> satisfiable by laravel/octane[v2.0.0].
    - laravel/octane v2.0.0 requires laminas/laminas-diactoros ^3.0.0 -> found laminas/laminas-diactoros[3.0.0] but these were not loaded, likely because it conflicts with another require.
martio commented 1 year ago

I have prepared the fix here: https://github.com/Vonage/vonage-php-sdk-core/pull/410

SecondeJK commented 1 year ago

Merged, thank you for your contribution :)