knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.58k stars 280 forks source link

feat: Add Laravel 11 Support #812

Closed gabrielrbarbosa closed 4 months ago

gabrielrbarbosa commented 4 months ago

allow composer packages to versions ^11.0

gabrielrbarbosa commented 4 months ago

@shalvah

codespearhead commented 4 months ago

A stable version of Laravel 11 hasn't been released, has it?

If that's so, I don't think trying to support non-LTS versions of the framework is a good idea.

Also, when the time comes, the tests should be updated in this PR.

shalvah commented 4 months ago

I'll merge this PR, but it doesn't guarantee the package will correctly work (or even be installable) on Laravel 11.

gabrielrbarbosa commented 4 months ago

@shalvah Thanks! Just one conflict still remains:

gabrielrbarbosa commented 4 months ago

https://github.com/shalvah/clara/pull/4

markwalet commented 3 months ago

I see that this feature was merged to master a few weeks ago. I'm temporarily using dev-master to test my Laravel upgrade and everything looks okay. When can we (roughly) expect a stable release?

shalvah commented 3 months ago

I've tagged 4.34.0 now (although it's still not tested on L11)

markwalet commented 3 months ago

Thanks! From my tests the last few days, dev-master worked great on L11 :+1:

shalvah commented 3 months ago

Nice!