openeuropa / epoetry-client

PHP client for the ePoetry service.
European Union Public License 1.2
2 stars 2 forks source link

EWPP-3477: Enforce php version to >=8.1.21. #76

Closed ademarco closed 1 year ago

drupol commented 1 year ago

Hello,

Out of curiosity, what's the reason of this ? A bug was preventing the library to work well in PHP < 8.1.21 ?

ademarco commented 1 year ago

The header tag was generated with two namespace attributes (see changes in tests), and it turns out that this has been fixed in PHP 8.1.21, hence the PR.

drupol commented 1 year ago

Excellent, thanks for the info !