composer.json 244 B

12345678910
  1. {
  2. "name": "ik/statsd-bundle",
  3. "description": "The Flowdat3 StatsD Bundle",
  4. "keywords": ["stats", "statsd"],
  5. "autoload": {
  6. "psr-4": { "StatsDBundle\\": "" }
  7. },
  8. "version": "1.0",
  9. "minimum-stability": "stable"
  10. }