PHP8 attributes support
Using attributes is recommended when using PHP8 now and is supported as of version 2.0. Minimum PHP version is now 7.4, minimum Symfony version is 5.x. The only (intentional) BC break is:
- "trigger" cannot be a string anymore, it has to be an array, otherwise a type error will occur