laravel-state-machine icon indicating copy to clipboard operation
laravel-state-machine copied to clipboard

Please support Laravel v6.20

Open videni opened this issue 1 year ago • 1 comments

I am using laravel/framework v6.20.44 which has

symfony/property-access                   v5.4.11
symfony/event-dispatcher                  v4.4.42

But the the ^2.0 of this packages depends on winzou/state-machine: ^0.3.2, which has following dependencies.

symfony/event-dispatcher: ~2.1|~3.0
symfony/expression-language: ~2.4|~3.0
symfony/property-access: ~2.1|~3.0

videni avatar Oct 18 '22 02:10 videni

I'll see if I can support this version without many changes.

sebdesign avatar Oct 18 '22 10:10 sebdesign

So I've checked the version v2.1.1 of this package, which has these dependencies:

  • laravel/support ^5.5 | ^6.0, which means v6.20.44 is installable
  • winzou/state-machine ^0.3.2, which means v0.3.3 is installable

winzou/state-machine v0.3.3 has these dependencies:

  • symfony/event-dispatcher ~2.1|~3.0|~4.0, which means v4.4.2 is installable
  • symfony/property-access ~2.1|~3.0|~4.0, which means v5.4.11 is NOT installable
  • symfony/expression-language ~2.1|~3.0|~4.0, which means v4.4.2 is installable

So the question is, which of your dependencies requires symfony/property-access ^5.0?

sebdesign avatar Oct 28 '22 16:10 sebdesign