[ ] Refactoring (no functional changes, no api changes)
[x] Other (please describe): update compatibility for PHP 8.2, mainly for dynamic props
How to test this PR
With PHP 8.2 you can execute composer test
What is the new behavior?
Other information
What i did:
Adding PHPstan for supporting static code analysis for upgrading to PHP 8.2
updating the GitHub actions workflow
removing composer.lock, allowing to support wide range of PHP version (this packages still support 7.3). The dependencies management is via composer.json
adding attributes declaration, avoiding the dynamic attributes
Pull request type
Jira Link: none GH issue: #65
How to test this PR
With PHP 8.2 you can execute
composer test
What is the new behavior?
Other information
What i did: