Skip to content

PHP8 attributes support

Choose a tag to compare

@iquito iquito released this 19 Dec 11:07
· 7 commits to master since this release

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