Vonage / vonage-laravel

Laravel Service Provider for integrating Vonage APIs
Apache License 2.0
34 stars 8 forks source link

Version bumps for patch release #7

Closed SecondeJK closed 1 year ago

SecondeJK commented 1 year ago

Vonage Core SDK has now dropped EOL support for PHP7.x This means this package is now only compatible with Laravel 9.x onwards.

codegain commented 1 year ago

@SecondeJK @SMadani How is it possible to install 1.0.1 if this PR requires vonage/client v4.x which is not released yet? I would need the bugfix from #4 but can't install 1.0.1 because of this PR.

SecondeJK commented 1 year ago

@SecondeJK @SMadani How is it possible to install 1.0.1 if this PR requires vonage/client v4.x which is not released yet? I would need the bugfix from #4 but can't install 1.0.1 because of this PR.

Hmm, I wonder if there's a problem with the lock file? vonage/client 4.0.0 was released two weeks ago here https://github.com/Vonage/vonage-php-sdk-core/releases/tag/4.0.0

SecondeJK commented 1 year ago

Ah, no worries. I've merged the version bumps for the core package but not the wrapper. This is out now. https://github.com/Vonage/vonage-php-sdk/releases/tag/4.0.0