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 a package suggestion into the composer.json #102

Closed jorgemudry closed 3 years ago

jorgemudry commented 3 years ago

What does this Pull Request Do?

It adds a new package suggestion into the composer.json file.

How should this be manually tested?

  1. Install the package:
$ composer require flipbox/lumen-generator:dev-add_package_suggestion
  1. You should see the suggested package (if you are using composer 2.0, you need to run composer suggests in order to see the suggestions).

Any background context you want to provide?

This library has a make:request command that generates a form request class. That class depends on this library (mainly because Lumen does not support form requests out of the box). That why the suggestion was added.

Any extra info?

axel

jorgemudry commented 3 years ago

@aqidd @joelhy are you guys following the Semantic Versioning recommendations for the releases?

If that so, should we tag this as 8.2.0? (I'm asking so I don't break anything 😅)

ssi-anik commented 3 years ago

@jorgemudry I checked and found that it suggests my package. Thank you guys. <3

aqidd commented 3 years ago

Yeps. please tag with 8.2.0

Packagist then will auto-update it

Thanks man!