mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-18 21:43:04 +01:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "grav-plugin-admin",
|
|
"type": "grav-plugin",
|
|
"description": "Admin plugin for Grav CMS",
|
|
"keywords": ["admin", "plugin", "manager", "panel"],
|
|
"homepage": "https://github.com/trilbymedia/grav-plugin-admin",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Team Grav",
|
|
"email": "devs@getgrav.org",
|
|
"homepage": "http://getgrav.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.4",
|
|
"composer/semver": "^1.4",
|
|
"fguillot/picofeed": "@stable"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "^2.1",
|
|
"fzaninotto/faker": "^1.5",
|
|
"symfony/yaml": "~3.4",
|
|
"symfony/console": "~3.4",
|
|
"symfony/finder": "~3.4",
|
|
"symfony/event-dispatcher": "~3.4"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "5.6.4"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/codecept run unit",
|
|
"test-windows": "vendor\\bin\\codecept run unit"
|
|
}
|
|
}
|