mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-02-19 13:07:51 +01:00
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"require": {
|
|
"composer/semver": "^1.4",
|
|
"fguillot/picofeed": "@stable"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "^2.1",
|
|
"fzaninotto/faker": "^1.5"
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/codecept run unit",
|
|
"test-windows": "vendor\\bin\\codecept run unit"
|
|
}
|
|
}
|