forked from teamneusta/php-cli-hosts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 800 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 800 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
25
26
27
28
29
30
31
32
{
"name": "teamneusta/hosts",
"description": "",
"license": "MIT",
"type": "project",
"minimum-stability": "stable",
"keywords": ["development","ssh","tools"],
"authors": [
{
"name": "Thomas von Gostomski",
"email": "t.gostomski@neusta.de"
}
],
"require": {
"php": ">=8.0",
"symfony/console": "^6.1",
"symfony/filesystem": "^6.1",
"herrera-io/phar-update": "2.*"
},
"require-dev": {
"phing/phing": "2.*",
"phpunit/phpunit": "^9.5",
"mikey179/vfsstream": "^1.6"
},
"autoload": {
"psr-4": {
"TeamNeusta\\Hosts\\": "src/",
"TeamNeusta\\Hosts\\Tests\\": "tests/"
}
},
"bin": ["bin/hosts", "bin/hosts.bat"]
}