laravel-notification-channels / twilio

Twilio notifications channel for Laravel
https://laravel-notification-channels.com
227 stars 36 forks source link

Following psr-4 autoloading standard? #88

Closed shirshak55 closed 4 years ago

shirshak55 commented 4 years ago

on composer 2.0

Deprecation Notice: Class Twilio\TwiML\Voice\Echo_ located in ./vendor/twilio/sdk/src/Twilio/TwiML/Voice/Echo.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
atymic commented 4 years ago

That's an issue in the upstream SDK, I suggest you make an issue there: https://github.com/twilio/twilio-php

shirshak55 commented 4 years ago

sorry. Thought it was this package without reading error properly.

atymic commented 4 years ago

No worries :)

atymic commented 4 years ago

FYI this should be fixed now we have bumped the version :)