jonassiewertsen / statamic-livewire

A Laravel Livewire integration for Statamics antlers engine
85 stars 15 forks source link

Update composer.json for support of statamic 3.1 #10

Closed leganz closed 3 years ago

leganz commented 3 years ago

To allow usage in statamic version 3.1.

leganz commented 3 years ago

Thanks for the PR.

Statamic is not following Semantic versioning, which might lead to problems by declaring ^3.0"

If there aren't any breaking changes in Versoin 3.1, we should use "3.0.* || 3.1.*" to be explicit, because we can't know what happens with version 3.2 :-)

ah that's right - changed as requested.

jonassiewertsen commented 3 years ago

Thanks @leganz