Commit Graph

2 Commits

Author SHA1 Message Date
Rostislav Wolny
4fe8e54180 Update attributes removal script
We need to strip PHP8 attributes from 3rd party libraries because after minification that we do during the build
they cause that PHP code is invalid. This commit updates the regular expression used for stripping attributes
so that it covers also attributes like this one: #[\ReturnTypeWillChange].
[MAILPOET-3889]
2021-10-28 15:44:18 +02:00
Pavel Dohnal
93863888e7 Remove attributes from vendor
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00