metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
214 stars 160 forks source link

Minimum required version of PHP is invalid #50

Closed aksl closed 8 years ago

aksl commented 8 years ago

The array shorthand ([]) syntax is being used at eppInfoContactResponse->getContactPostalInfo() ($postalinfo = [];) and also multiple times at eppHelloResponse for example.

Given it was introduced in PHP 5.4, maybe update the minimum version requirement to PHP 5.4.

metaregistrar commented 8 years ago

Done ;-)