{
  "name": "idavoll/core-module",
  "type": "asgard-module",
  "description": "The core module for AsgardCMS. This is required for every install.",
  "keywords": [
    "asgardcms",
    "core"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Nicolas Widart",
      "email": "info@asgardcms.com",
      "role": "Developer"
    }
  ],
  "support": {
    "email": "support@asgardcms.com",
    "issues": "https://github.com/AsgardCms/Platform/issues",
    "source": "https://github.com/AsgardCms/Core"
  },
  "require": {
    "php": ">=5.6",
    "composer/installers": "~1.0",
    "nwidart/laravel-modules": "~1.0",
    "laravelcollective/html": "~5.4.0",
    "laracasts/presenter": "~0.2",
    "dimsav/laravel-translatable": "~7.0",
    "mcamara/laravel-localization": "~1.1",
    "floatingpoint/stylist": "~0.5",
    "maatwebsite/laravel-sidebar": "~2.1"
  },
  "require-dev": {
    "phpunit/phpunit": "~5.7",
    "orchestra/testbench": "3.4.*",
    "mockery/mockery": "^0.9.4",
    "phpro/grumphp": "^0.9.1",
    "friendsofphp/php-cs-fixer": "^1.11"
  },
  "suggest": {
    "asgardcms/notification-module": "Allows notifications to be sent to the user. Optionally real-time notifications."
  },
  "autoload-dev": {
    "psr-4": {
      "Modules\\Core\\": ".",
      "Modules\\": "Modules/"
    }
  },
  "extra": {
    "branch-alias": {
      "dev-master": "2.1.x-dev"
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
