flipboxstudio / lumen-generator

A Lumen Generator You Are Missing
https://packagist.org/packages/flipbox/lumen-generator
MIT License
824 stars 126 forks source link

Add support for Lumen 9.x #118

Closed jorgemudry closed 2 years ago

jorgemudry commented 2 years ago

What does this Pull Request Do?

It solves this issue by adding support for Lumen 9.x.

How should this be manually tested?

  1. Get a clean installation of Lumen 9.x:
    composer create-project --prefer-dist laravel/lumen lumen
  2. Require the library:
    composer require flipbox/lumen-generator:dev-add_lumen_9_support
  3. You should be able to install the library without any errors.

Any background context you want to provide?

I'm creating this PR because the suggestions made here were never applied.

Any extra info?

mj