diff options
author | valentineus <valentineus@gmail.com> | 2016-09-14 00:30:05 +0300 |
---|---|---|
committer | valentineus <valentineus@gmail.com> | 2016-09-14 00:30:05 +0300 |
commit | 288980ceb35d5ace51284cfdf176e9acb5f7bb39 (patch) | |
tree | 97b9f6779fae3a630a42951e1a85b7eeced93375 /composer.json | |
parent | 4d0e9148a3551e0af6fa7476021c9ef052149c71 (diff) | |
download | iii-module-288980ceb35d5ace51284cfdf176e9acb5f7bb39.tar.xz iii-module-288980ceb35d5ace51284cfdf176e9acb5f7bb39.zip |
Alpha version
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..1896994 --- /dev/null +++ b/composer.json @@ -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"
+ }
+}
|