UNPKG

456 BJSONView Raw
1{
2 "name": "dword-design/cli",
3 "type": "library",
4 "authors": [
5 {
6 "name": "Sebastian Landwehr",
7 "email": "info@dword-design.de"
8 }
9 ],
10 "minimum-stability": "dev",
11 "autoload": {
12 "psr-4": {"DwordDesign\\Cli\\": "php/src"}
13 },
14 "require": {
15 "dword-design/config": "^1.6.3"
16 },
17 "require-dev": {
18 "phpunit/phpunit": "^5.7",
19 "mikey179/vfsStream": "^1.6"
20 }
21}