{
  "name": "laravel/laravel",
  "description": "The Laravel Framework.",
  "keywords": [
    "framework",
    "laravel"
  ],
  "license": "MIT",
  "type": "project",
  "require": {
    "laravel/framework": "4.2.*",
    "latrell/swagger": "0.3",
    "zircote/swagger-php": "1.*",
    "barryvdh/laravel-cors": "0.2.x",
    "way/generators": "~2.0",
    "phpunit/phpunit": "4.0.*",
    "mockery/mockery": "0.9.*",
    "maatwebsite/excel": "~1.3",
    "gocardless/gocardless": "^0.4.2",
    "guzzlehttp/guzzle": "~4.2",
    "fzaninotto/faker": "^1.5",
    "aws/aws-sdk-php": "2.8.29",
    "stripe/stripe-php": "^3.12",
    "barryvdh/laravel-snappy": "0.1.x"
  },
  "autoload": {
    "classmap": [
      "app/commands",
      "app/controllers",
      "app/models",
      "app/database/migrations",
      "app/database/seeds",
      "app/hmrc",
      "app/tests/TestCase.php"
    ],
    "files": [
      "app/helper.php"
    ]
  },
  "scripts": {
    "post-install-cmd": [
      "php artisan clear-compiled",
      "php artisan optimize"
    ],
    "post-update-cmd": [
      "php artisan clear-compiled",
      "php artisan optimize"
    ],
    "post-create-project-cmd": [
      "php artisan key:generate"
    ]
  },
  "config": {
    "preferred-install": "dist"
  },
  "minimum-stability": "stable"
}
