mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-22 07:23:12 +01:00
21 lines
562 B
JSON
21 lines
562 B
JSON
{
|
|
"require": {
|
|
"composer/semver": "^1.4",
|
|
"fguillot/picofeed": "@stable",
|
|
"robthree/twofactorauth": "^1.6",
|
|
"bacon/bacon-qr-code": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "^2.1",
|
|
"fzaninotto/faker": "^1.5",
|
|
"symfony/yaml": "~2.8",
|
|
"symfony/console": "~2.8",
|
|
"symfony/finder": "~2.8",
|
|
"symfony/event-dispatcher": "~2.8"
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/codecept run unit",
|
|
"test-windows": "vendor\\bin\\codecept run unit"
|
|
}
|
|
}
|