-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: pilvo v4 support #39
base: master
Are you sure you want to change the base?
Conversation
Still does not appear to support plivo/plivo-php ^4.3 |
As in, you get an error or it doesn't allow you to install? |
Correct. Won't install. |
Please post the error |
Here is error I am getting when trying to install: Your requirements could not be resolved to an installable set of packages. Problem 1 Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. Installation failed, reverting ./composer.json and ./composer.lock to their original content. Also, when including in app.php NotificationChannels\Plivo\PlivoServiceProvider::class I immediately get NotificationChannels\Plivo\PlivoServiceProvider::class not found. File is there. |
Could you send me your composer.json? |
{ |
You're not actually installing this PR just the main version of the package. you'll have to set up a composer repo to my gh and select the branch to do so. |
Sorry to be such a bother, but can you write down steps to do this? Thanks. |
Closes #28