Facebook-Anonymous-Publisher/shortener

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "facebook-anonymous-publisher/shortener",
  "description": "Facebook anonymous publisher url shortener.",
  "type": "library",
  "license": "MIT",
  "authors": [
    {
      "name": "BePsvPT",
      "email": "freedom@csie.io"
    }
  ],
  "require": {
    "php": ">=5.6",
    "gabrielkaputa/bitly": "^1.0",
    "hashids/hashids": "^1.0",
    "illuminate/database": "^5.1",
    "illuminate/support": "^5.1",
    "nesbot/carbon": "^1.21"
  },
  "require-dev": {
    "codeclimate/php-test-reporter": "^0.4",
    "orchestra/testbench": "3.1.*",
    "phpunit/phpunit": "^5.7"
  },
  "autoload": {
    "psr-4": {
      "FacebookAnonymousPublisher\\Shortener\\": "src/"
    }
  },
  "autoload-dev": {
    "classmap": [
      "tests"
    ]
  },
  "config": {
    "optimize-autoloader": true,
    "preferred-install": "dist",
    "sort-packages": true
  }
}