You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix file validation bypass vulnerability (CVE) by bumping minimum Lar…
…avel to ^10.48.29
Drops Laravel 9 support (EOL since Feb 2024, unpatched). Laravel 11+ already patched.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Remove unused composer dependencies
Remove guzzlehttp/guzzle, spatie/url, kongulov/interact-with-enum,
and spatie/laravel-data from require block. These dependencies are
either already provided transitively by sharpapi/php-core or not
used in the package source code.
Release version 1.0.1 - Use makeGetRequest method
Updated to use new makeGetRequest() method from php-core v1.1.0 for
proper GET query parameter handling.
Requires sharpapi/php-core ^1.1