Skip to content

Commit 8fd37b9

Browse files
committed
chore(docker): add "author" to composer.json
1 parent 9e4bc14 commit 8fd37b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
"description": "A PHP docker API client with a cli tool to sync your hosts file with running docker containers to add hostnames for every network like '172.16.238.100 jwilder-proxy.docker jwilder-proxy.proxyNet jwilder.proxyNet proxy.local.proxyNet' ",
44
"license": "MIT",
55
"type": "library",
6+
"authors": [
7+
{
8+
"name": "Benjamin Fahl",
9+
"email": "[email protected]",
10+
"role": "developer"
11+
}
12+
],
613
"homepage": "https://www.webproject.xyz",
714
"require": {
815
"php": "~8.3.0 || ~8.4.0",

0 commit comments

Comments
 (0)