Initial commit.

This commit is contained in:
2022-11-10 10:49:09 +03:00
commit 7e20999e56
7 changed files with 240 additions and 0 deletions

20
composer.json Normal file
View 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"
}
]
}