{ "name": "dcat/laravel-admin", "description": "dcat admin", "type": "library", "keywords": ["dcat", "laravel", "admin", "grid", "form"], "homepage": "https://github.com/jqhph/dcat-admin", "license": "MIT", "authors": [ { "name": "jqh", "email": "841324345@qq.com" } ], "require": { "php": ">=7.1.0", "symfony/dom-crawler": "~3.1|~4.0", "laravel/framework": "~5.5|~6.0", "doctrine/dbal": "2.*", "spatie/eloquent-sortable": "3.*" }, "require-dev": { "laravel/browser-kit-testing": "~5.1" }, "autoload": { "psr-4": { "Dcat\\Admin\\": "src/" }, "files": [ "src/Support/helpers.php" ] }, "autoload-dev": { "psr-4": { "Tests\\Models\\": "tests/models", "Tests\\Controllers\\": "tests/controllers" }, "classmap": [ "tests/TestCase.php" ] }, "scripts": { "test": "./vendor/bin/phpunit" }, "suggest": { "intervention/image": "Required to handling and manipulation upload images (~2.3).", "spatie/eloquent-sortable": "Required to built orderable gird." }, "extra": { "laravel": { "providers": [ "Dcat\\Admin\\AdminServiceProvider" ] } } }