composer.json 667 Bytes
Newer Older
1
{
2
  "name": "idavoll/adminlte-theme",
3 4 5 6 7 8 9 10 11 12 13 14 15 16
  "type": "asgard-theme",
  "description": "An AsgardCMS administration theme",
  "keywords": [
    "asgard-cms"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Nicolas Widart",
      "email": "info@asgardcms.com",
      "role": "Developer"
    }
  ],
  "require": {
Nicolas Widart's avatar
Nicolas Widart committed
17
    "php": ">=5.4",
18 19 20 21 22 23 24 25 26 27 28 29
    "composer/installers": "~1.0"
  },
  "scripts": {
    "post-install-cmd": [
      "php artisan stylist:publish"
    ],
    "post-update-cmd": [
      "php artisan stylist:publish"
    ]
  },
  "extra": {
    "branch-alias": {
30
      "dev-master": "4.0.x-dev"
31 32 33 34 35
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}