Releases: OzanKurt/laravel-modules-licensing
Release list
v2.0.0
Laravel 13 generation of ozankurt/laravel-modules-licensing.
BREAKING: drops Laravel 12 and PHP 8.3.
Requirements
- PHP
^8.4(withext-sodium) - Laravel
^13.0 ozankurt/laravel-modules-core^2.0- Filament 3, 4 or 5 (optional, for the admin resources)
Changes
spatie/laravel-package-toolsbumped to^1.93(1.92.x caps at Laravel 12)- Test toolchain moved to Pest 5 / Testbench 11 / PHPUnit 13
- CI matrix is now PHP 8.4 / Laravel 13.* / Testbench 11.* across Filament 3, 4 and 5
Compatibility
No public API changed. The licensing server, Ed25519 offline key verification, the Core-free client SDK, the HTTP endpoints and the Filament resources are identical to v1.1.0 — the whole suite passes on Laravel 13 without a single source change.
Upgrade: move the host application to Laravel 13 / PHP 8.4 and ozankurt/laravel-modules-core ^2.0, then composer require ozankurt/laravel-modules-licensing:^2.0.
v1.1.0
Registry module manifest for the licensing module, plus core v1.3 alignment (VCS repository pointed at laravel-modules-core, core locked to v1.3.0), audit-hardening fixes, and the out-of-the-box REST API kit. Backward-compatible feature release.