mirror of
https://github.com/Mibew/boilerplate-plugin.git
synced 2025-02-05 08:44:42 +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",
|
||||
"description": "An example plugin for Mibew 2.0.",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dmitriy Simushev",
|
||||
"email": "simushevds@mibew.org"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-0": {"Mibew\\Mibew\\Plugin\\Boilerplate\\": ""}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user