halfpastfouram/collection

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "halfpastfouram/collection",
  "description": "A flexible PHP Collection complete with custom Iterator.",
  "keywords": [
    "collection",
    "php"
  ],
  "homepage": "http://github.com/halfpastfouram/collection",
  "type": "package",
  "version": "v1.0.0",
  "license": "AGPL-3.0-or-later",
  "authors": [
    {
      "name": "Bob Kruithof"
    }
  ],
  "require": {
    "php": ">=5.6.0 || ^7.0"
  },
  "require-dev": {
    "phpunit/phpunit": "5.6.*",
    "codeclimate/php-test-reporter": "dev-master"
  },
  "autoload": {
    "psr-4": {
      "Halfpastfour\\Collection\\": "src/",
      "Test\\": "test/"
    }
  }
}