worldia / textmaster-api

Simple PHP client for the Textmaster API
1 stars 5 forks source link

[question] PHP minimum version #20

Closed jmleroux closed 8 years ago

jmleroux commented 8 years ago

Hello @cdaguerre ,

Why did you choose PHP 5.3 as minimum version ? Even Debian stable install a PHP 5.4, wich is already quite old.

Regards, JM

cdaguerre commented 8 years ago

Hi @jmleroux We aligned the minimum requirement on those of the guzzle library we use. For now, we haven't had any need to increase the requirement, apart from some syntax drawbacks which are easy to circumvent... (like short array syntax or traits)

jmleroux commented 8 years ago

OK no problem for me. Thanks for the quick answer.