All examples moved to examples folder. Added .editoconfig. Fixed php version...
All examples moved to examples folder. Added .editoconfig. Fixed php version in composer and travis.yaml
Showing
.editorconfig
0 → 100644
TelegramException.log
0 → 100644
... | ... | @@ -11,14 +11,14 @@ |
}, | ||
"authors": [ | ||
{ | ||
"name": "Avtandil Kikabidze aka LONGMAN", | ||
"email": "akalongman@gmail.com", | ||
"homepage": "http://longman.ge", | ||
"role": "Developer" | ||
"name": "Avtandil Kikabidze aka LONGMAN", | ||
"email": "akalongman@gmail.com", | ||
"homepage": "http://longman.me", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"php": ">=5.5.0", | ||
"ext-pdo": "*", | ||
"ext-curl": "*" | ||
}, | ||
... | ... | @@ -32,10 +32,9 @@ |
"Tests\\": "tests/" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"require-dev": { | ||
"phpunit/phpunit": "4.1.*", | ||
"phpunit/phpunit": "~4.1", | ||
"phpspec/phpspec": "~2.1", | ||
"squizlabs/php_codesniffer": "2.3.*" | ||
"squizlabs/php_codesniffer": "~2.3" | ||
} | ||
} |
composer.lock
0 → 100644
File moved
File moved
File moved
File moved
Please register or sign in to comment