dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.32k stars 1.25k forks source link

Allow Laravel 7 #1714

Closed stephane-monnot closed 4 years ago

stephane-monnot commented 4 years ago

How can I manage the declaration compatibility error ?

Laravel 7 requires Throwable as argument type but Laravel 6 and 5 requires Exception.

Maybe create a new tag version only compatible with Laravel7 ?