cloudinary-community / cloudinary-laravel

Laravel SDK for Cloudinary
MIT License
255 stars 71 forks source link

Fixes [Issue #93] semantic major version of Laravel #94

Closed miteyema closed 7 months ago

miteyema commented 11 months ago

Current code only extracts the first digit to retrieve the major version of Laravel, but this is incorrect as of Laravel version 10: the major version now has 2 digits.