Closed Hikariii closed 1 year ago
@u01jmg3 Don't really know what the release-strategy is but I'd love for this to be a patch release on 3.2 and installable via Composer.
Done ✔️
This shunting of dynamic properties into the additionalProperties
array is forcing me to rewrite parts of my application.
https://php.watch/versions/8.2/dynamic-properties-deprecated#AllowDynamicProperties
It seems from the above that this issue could have been resolved in a way that caused less disruption to existing applications.
Can you raise a new issue explaining the problem and the rewrite that's required? I'm also happy to review another PR. In the meantime you can downgrade to a previous version
8.2
*
3.2.0
Description of the Issue:
PHP 8.2
Steps to Reproduce:
$event = new \Ical\Event(['foo' => ['bar', 3])
The following deprecation warnings occur:
Running the testsuite in PHP 8.2 causes the same notices.