-
- Downloads
chore: improve composer package definition and readme
Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
parent
e692c5cc
No related branches found
No related tags found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
... | @@ -4,10 +4,19 @@ | ... | @@ -4,10 +4,19 @@ |
"minimum-stability": "stable", | "minimum-stability": "stable", | ||
"license": "MIT", | "license": "MIT", | ||
"type": "library", | "type": "library", | ||
"homepage": "https://gitlab.wpdesk.dev/wpdesk/wp-init", | |||
"keywords": [ | |||
"wordpress" | |||
], | |||
"authors": [ | "authors": [ | ||
{ | |||
"name": "WPDesk", | |||
"homepage": "https://wpdesk.net" | |||
}, | |||
{ | { | ||
"name": "Bartek Jaskulski", | "name": "Bartek Jaskulski", | ||
"email": "bjaskulski@protonmail.com" | "email": "bjaskulski@protonmail.com", | ||
"role": "Developer" | |||
} | } | ||
], | ], | ||
"autoload": { | "autoload": { | ||
... | ... |
Please register or sign in to comment