smart-io/php-3pl-central

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "smart/3pl-central",
  "type": "library",
  "description": "PHP 3PL Central",
  "keywords": ["3pl", "central", "api", "wrapper", "warehouse"],
  "license": "MIT",
  "authors": [
    {
      "name": "Gabriel Bull",
      "email": "me@gabrielbull.com"
    }
  ],
  "require": {
    "php": "^5.6 || ^7.0",
    "guzzlehttp/guzzle": "^6.0",
    "psr/log": "^1.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^5.4"
  },
  "autoload": {
    "psr-4": {
      "ThreePlCentral\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "ThreePlCentral\\Test\\": ["test/tests", "test/includes"]
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}