Initial commit.
This commit is contained in:
20
composer.json
Normal file
20
composer.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "wpstudio/helpers-plugin",
|
||||
"type": "october-plugin",
|
||||
"description": "Some extends models & controllers",
|
||||
"require": {
|
||||
"composer/installers": "~1.0"
|
||||
},
|
||||
"keywords": [
|
||||
"models",
|
||||
"api",
|
||||
"observer",
|
||||
],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "WP Studio Team",
|
||||
"email": "info@wpstudio.ru"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user