Releases: macropay-solutions/maravel-framework
Fix missed 10.54.1 version update
10.54.2 Version
Fix for Backport laravel pull/53416
10.54.1 Fix for Backport laravel pull/53416
Backport encryption
Backport laravel pull #54173 to issue #49389 and prevent issue from laravel/framework#57772 regarding WithoutOverlapping and ShouldBeUnique by setting a default of 7200 seconds for the locks instead of indefinite
Backports for fixes from Laravel and default timeout on job locks
Backport laravel pull/53416 Fix validation message when there is a parameter with escaped dot "." and pull/51516 Preserve numeric keys on the first level of the validator rules
Backport laravel pull #54173 to issue #49389 and prevent issue from laravel/framework#57772 regarding WithoutOverlapping and ShouldBeUnique by setting a default of 7200 seconds for the locks instead of indefinite
Improve casts
Merge pull request #21 from macropay-solutions/POC-excesive-set-on-casts POC for https://github.com/laravel/framework/discussions/31778 excesive set calls for casts
Remove \Illuminate\Database\Eloquent\Factory::class => 'registerDatabaseBindings',
10.53.1 Remove \Illuminate\Database\Eloquent\Factory::class => 'registerDatab…
Lumen Application implements Illuminate\Contracts\Foundation\Application
10.53.0 Lumen Application implements Illuminate\Contracts\Foundation\Application
Improve di helper
10.52.1 Improve di helper
Improve Dependency Injection with new safer helper 'di'
Improve resolving from container via a new helper di to avoid calls to container::make before the app is booted
Use di helper for new self and new static in static methods from Macroable classes except for Request class
Port Laravel framework pull 57516 and issue 57455
Backward compatible fix to php/php-src#20262 and laravel/framework#57501
Backward compatible fix to php/php-src#20262 and laravel/framework#57501