Changes are:
- Added support for PHP 8.3
- Removed package dependency roave/dont
- Make sure only the magic methods
__call
,__callStatic
,__get
,__set
,__isset
and__unset
are prevented - Other magic methods are now allowed
- Updated PHPUnit to 10.5
Full Changelog: v3.0.0...v4.0.0