mpociot / laravel-apidoc-generator

Laravel API Documentation Generator
https://beyondco.de/docs/laravel-apidoc-generator/
MIT License
3.43k stars 614 forks source link

Adds support for Pest php #754

Open denniseilander opened 4 years ago

denniseilander commented 4 years ago

This fix will expands the "nunomaudor/collision" package to support version ^5.0, since it's required in the testing framework Pest.

Fixes #752

wardy484 commented 4 years ago

Any reason this has been open for so long?

ScopeyNZ commented 4 years ago

This library is essentially un-maintained 🙂

wardy484 commented 4 years ago

This library is essentially un-maintained 🙂

ah that's a shame. Hopefully @mpociot picks it up at some point.

shalvah commented 4 years ago

@wardy484 former maintainer here. I work on a separate fork now https://github.com/knuckleswtf/scribe/. It supports Pest and a bunch of other stuff. I think you'll find it even better.

wardy484 commented 4 years ago

@wardy484 former maintainer here. I work on a separate fork now https://github.com/knuckleswtf/scribe/. It supports Pest and a bunch of other stuff. I think you'll find it even better.

Ah thanks I'll take a look at that.