Closed patinthehat closed 3 years ago
This PR fixes an occasional bug that causes an exception to be thrown when checking the spatie/laravel-ray package version. In the event of an exception, it is now suppressed and a default value for the package version is used.
spatie/laravel-ray
This should resolve issues #153, #155.
Thanks!
Fixed it for me, thanks so much!
This PR fixes an occasional bug that causes an exception to be thrown when checking the
spatie/laravel-ray
package version. In the event of an exception, it is now suppressed and a default value for the package version is used.This should resolve issues #153, #155.