1.0.15...1.0.16
Composer will install v1.0.16 on systems running PHP 7.x according to this library's composer.json requirements, however version 1.0.16 adds a union type eppRequest|null which causes a syntax error before PHP 8.
Will raise a small PR to update it to a nullable type ?eppRequest to fix backwards compatability.
1.0.15...1.0.16
Composer will install v1.0.16 on systems running PHP 7.x according to this library's composer.json requirements, however version 1.0.16 adds a union type
eppRequest|nullwhich causes a syntax error before PHP 8.Will raise a small PR to update it to a nullable type
?eppRequestto fix backwards compatability.