2016-08-11 19:17:02 +02:00
|
|
|
{
|
2018-08-30 19:04:17 +03:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
],
|
2016-08-11 19:17:02 +02:00
|
|
|
"require": {
|
2018-08-30 19:04:17 +03:00
|
|
|
"php": ">=5.6.4",
|
2016-08-11 19:17:02 +02:00
|
|
|
"composer/semver": "^1.4",
|
2018-05-10 10:34:56 +03:00
|
|
|
"fguillot/picofeed": "@stable"
|
2016-10-13 16:36:52 +02:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"codeception/codeception": "^2.1",
|
2016-12-08 15:37:58 +02:00
|
|
|
"fzaninotto/faker": "^1.5",
|
2018-08-30 19:04:17 +03:00
|
|
|
"symfony/yaml": "~3.4",
|
|
|
|
|
"symfony/console": "~3.4",
|
|
|
|
|
"symfony/finder": "~3.4",
|
|
|
|
|
"symfony/event-dispatcher": "~3.4"
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"platform": {
|
|
|
|
|
"php": "5.6.4"
|
|
|
|
|
}
|
2016-10-13 16:36:52 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "vendor/bin/codecept run unit",
|
|
|
|
|
"test-windows": "vendor\\bin\\codecept run unit"
|
2016-08-11 19:17:02 +02:00
|
|
|
}
|
|
|
|
|
}
|