-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 752 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "OpenMediaVault-Plugin-Developers/openmediavault-zfs",
"type": "library",
"description": "OpenMediaVault plugin for ZFS",
"keywords": ["openmediavault","openmediavault-plugin","omv-extras","zfs"],
"homepage": "https://github.com/OpenMediaVault-Plugin-Developers/openmediavault-zfs",
"license": "GPL-3.0",
"authors": [
{
"name": "OpenMediaVault Plugin Developers",
"email": "plugins@omv-extras.org",
"homepage": "http://omv-extras.org"
}
],
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
},
"scripts": {
"test": "phpunit --bootstrap vendor/autoload.php --colors=always tests/php/"
}
}