Javanile/Yaml

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "javanile/yaml",
  "version": "0.0.5",
  "repositories": [{"type": "git", "url": "https://github.com/Javanile/Yaml"}],
  "autoload": {"psr-4": { "Javanile\\Yaml\\": "src" }},
  "require": {
    "symfony/yaml": "^3.2"
  },
  "require-dev": {
    "phpunit/phpunit": "^5.7",
    "codeclimate/php-test-reporter": "dev-master"
  }
}