1
mirror of https://github.com/valentineus/iii-module.git synced 2025-12-21 14:33:21 +04:00

Alpha version

This commit is contained in:
valentineus
2016-09-14 01:30:05 +04:00
parent 4d0e9148a3
commit 288980ceb3
11 changed files with 362 additions and 0 deletions

28
composer.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "valentineus/Module-III-API",
"version": "1.0.0",
"type": "library",
"description": "Small module to work with artificial intelligence of iii.ru",
"license": "MIT",
"homepage": "https://github.com/valentineus/Module-III-API",
"authors": [
{
"name": "Paul Belinsky",
"email": "vskyd1@gmail.com",
"homepage": "https://blog.vskyd1.ru/",
"role": "Developer"
},
{
"name": "Valentin Popov",
"email": "valentineus@gmail.com",
"homepage": "https://github.com/valentineus",
"role": "Developer"
}
],
"support": {
"email": "valentineus@gmail.com",
},
"require": {
"php": ">=5.6.21"
}
}