spotonlive/sl-assertions

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "spotonlive/sl-assertions",
  "type": "library",
  "description": "Assertions for Laravel 5.1",
  "keywords": [
    "assertions",
    "authorization",
    "laravel"
  ],
  "homepage": "https://github.com/spotonlive/sl-assertions",
  "license": "MIT",
  "authors": [
    {
      "name": "Nikolaj Petersen",
      "email": "nikolaj.lovenhardt@gmail.com",
      "homepage": "http://spotonmarketing.dk"
    }
  ],
  "require": {
    "php": ">=5.4.0"
  },
  "require-dev": {
    "phpunit/phpunit": "~4.0",
    "laravel/framework": "~5.1",
    "codeclimate/php-test-reporter": "dev-master",
    "phpmd/phpmd" : "1.4.*",
    "squizlabs/php_codesniffer" : "2.*"
  },
  "autoload": {
    "psr-4": {
      "SpotOnLive\\Assertions\\": "src/SpotOnLive/Assertions/"
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}