laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.77k stars 296 forks source link

[2.x] Improves version fetching #779

Closed nunomaduro closed 10 months ago

nunomaduro commented 10 months ago

This pull request improves the version fetching, as apparently the builds in different OSs display the version differently. So, using a build-info command is a better, more reliable way.

Fixes https://github.com/laravel/octane/issues/774, https://github.com/laravel/octane/issues/771.

cwhite92 commented 10 months ago

Nice!