Updated value object
Breaking updates to support updated options
- ValueObjects are now readonly
- minor fixes to dates / eloquent
- deprecated and remove duneeded code
- updated policy trait
NOTE: This is a breaking change on:
php
- min version 8.2
ValueObjects
- definition change from class valueObject extends valueBaseObject
to readonly class valueObject...
(optionally but recommended Final)