Releases: siberfx/share
Releases · siberfx/share
Release list
7.2.0: Modernize for PHP ^8.4 and Laravel 12/13
- Narrow illuminate/support to ^12.0|^13.0; add illuminate/view
- Update dev deps: testbench ^10|^11, mockery ^1.6, guzzle ^7.8, phpunit ^11.5|^12
- Migrate autoload PSR-0 -> PSR-4; tests to autoload-dev
- Use Illuminate\Support\Facades\View and Illuminate\Support\Arr instead of globals
- Fix PHP 8.1+ deprecation: http_build_query null prefix -> ''; guard missing uri
- Migrate phpunit.xml to PHPUnit 11/12 schema; @group live -> #[Group('live')]
- Fix facade alias (Facade\Share); align test fixtures to https config; drop dead services
- Add CHANGELOG; ignore phpunit cache
All tests pass on PHP 8.4 / Laravel 12 / PHPUnit 12 (24 tests).
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
6.2.0: Modernize for PHP ^8.4 and Laravel 12/13
- Narrow illuminate/support to ^12.0|^13.0; add illuminate/view
- Update dev deps: testbench ^10|^11, mockery ^1.6, guzzle ^7.8, phpunit ^11.5|^12
- Migrate autoload PSR-0 -> PSR-4; tests to autoload-dev
- Use Illuminate\Support\Facades\View and Illuminate\Support\Arr instead of globals
- Fix PHP 8.1+ deprecation: http_build_query null prefix -> ''; guard missing uri
- Migrate phpunit.xml to PHPUnit 11/12 schema; @group live -> #[Group('live')]
- Fix facade alias (Facade\Share); align test fixtures to https config; drop dead services
- Add CHANGELOG; ignore phpunit cache
All tests pass on PHP 8.4 / Laravel 12 / PHPUnit 12 (24 tests).
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>