gurgentil / laravel-eloquent-sequencer

A package that allows you to create and manage sequences on Eloquent models.
MIT License
156 stars 13 forks source link

Add Laravel 11 support #47

Open ValCanBuild opened 1 month ago

ValCanBuild commented 1 month ago

Currently cannot upgrade to Laravel 11 due to a conflict with illuminate/support.

     - Root composer.json requires gurgentil/laravel-eloquent-sequencer ^1.1.0 -> satisfiable by gurgentil/laravel-eloquent-sequencer[1.1.0].
     - gurgentil/laravel-eloquent-sequencer 1.1.0 requires illuminate/support ^6.0|^7.0|^8.0|^9.0|^10.0 -> satisfiable by illuminate/support[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.16].
     - Only one of these can be installed: illuminate/support[v5.3.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.16, v11.0.0, ..., v11.15.0], laravel/framework[v11.15.0]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
     - Root composer.json requires laravel/framework ^11.15 -> satisfiable by laravel/framework[v11.15.0].
ValCanBuild commented 1 month ago

PR here: https://github.com/gurgentil/laravel-eloquent-sequencer/pull/48