ytake / Laravel-Aspect

aspect oriented programming Package for laravel framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel9 support

yamotuki opened this issue · comments

Is there plan to support Laravel 9?

When updating to Laravel 9, there was a problem due to this library's illuminate/console being ^8.0.
When upgrading symfony/console to ^6.0, the following problems occurred.

  • illuminate/console[v8.18.1, ... , v8.73.2] require symfony/console ^5.1.4
  • ytake/laravel-aspect 7.0.0 requires illuminate/console ^8.0

Hi!

Make release for laravel 9 please

@ytake