junaidnasir/larainvite

Laravel 9 Support

Fossil01 opened this issue ยท 11 comments

Now that Laravel 9 is out it would be great if this package could support it ๐Ÿ‘๐Ÿป

Now that Laravel 9 is out it would be great if this package could support it ๐Ÿ‘๐Ÿป
Yep! im about to build an APP which needs this plugin :D

Any news? :-)

Same here.

+1

Any update on this? i tried updating the composer.json which worked on a non jetstream package... but as soon as i try and import it to jetstream it kicks off.

Check the open PR. That version worked for me.

Check the open PR. That version worked for me.

You tried it with Jet Stream?

No, but my guess is JetStream uses conflicting dependencies which is solved in the PR.

No, but my guess is JetStream uses conflicting dependencies which is solved in the PR.

Yep thats the error i got conflicting dependencies...

ct

`Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires junaidnasir/larainvite ^4.0 -> satisfiable by junaidnasir/larainvite[v4.0.0].
- junaidnasir/larainvite v4.0.0 requires illuminate/support ^5.8|^6.0|^7.0|^8.0 -> found illuminate/support[v5.8.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require junaidnasir/larainvite:*" to figure out if any version is installable, or "composer require junaidnasir/larainvite:^2.1" if you know which you need.
`