mirror of
https://github.com/Mibew/boilerplate-plugin.git
synced 2025-02-05 16:54:41 +03:00
Add authors field to composer.json
This commit is contained in:
parent
c93c9db252
commit
11a597163b
@ -2,6 +2,12 @@
|
|||||||
"name": "mibew/boilerplate-plugin",
|
"name": "mibew/boilerplate-plugin",
|
||||||
"description": "An example plugin for Mibew 2.0.",
|
"description": "An example plugin for Mibew 2.0.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Dmitriy Simushev",
|
||||||
|
"email": "simushevds@mibew.org"
|
||||||
|
}
|
||||||
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {"Mibew\\Mibew\\Plugin\\Boilerplate\\": ""}
|
"psr-0": {"Mibew\\Mibew\\Plugin\\Boilerplate\\": ""}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user