liuggio / statsd-php-client

Statsd (Object Oriented) client library for PHP
MIT License
115 stars 32 forks source link

composer.json wrong PHP version #29

Closed clphillips closed 9 years ago

clphillips commented 10 years ago

The composer.json file for this project has PHP 5.2+ as a requirement:

 "require": {
    "php": ">=5.2"
},

I think you mean 5.3+.

 "require": {
    "php": ">=5.3"
},
liuggio commented 10 years ago

:+1:

liuggio commented 9 years ago

moved to 5.3