goavega-software/laravel-azure-servicebus-topic

Not compatible with laravel/framework v5.6 and above

Closed this issue · 1 comments

Hi,

Since the dependencies are hardcoded in composer.json to "v5.5", it doesn't work with laravel versions above than 5.5

        "illuminate/container": "5.5.*",
        "illuminate/support": "5.5.*",
        "illuminate/encryption": "5.5.*",

There can be tagged versions for each of the minor framework upgrade of this package to become compatible with 5.* versions.

sn123 commented

version 5.6 of the library should work with Laravel 5.6+ (tested with Laravel 5.8).