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
... | @@ -13,12 +13,12 @@ | ... | @@ -13,12 +13,12 @@ |
{ | { | ||
"name": "Avtandil Kikabidze aka LONGMAN", | "name": "Avtandil Kikabidze aka LONGMAN", | ||
"email": "akalongman@gmail.com", | "email": "akalongman@gmail.com", | ||
"homepage": "http://longman.ge", | "homepage": "http://longman.me", | ||
"role": "Developer" | "role": "Developer" | ||
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.4.0", | "php": ">=5.5.0", | ||
"ext-pdo": "*", | "ext-pdo": "*", | ||
"ext-curl": "*" | "ext-curl": "*" | ||
}, | }, | ||
... | @@ -32,10 +32,9 @@ | ... | @@ -32,10 +32,9 @@ |
"Tests\\": "tests/" | "Tests\\": "tests/" | ||
} | } | ||
}, | }, | ||
"minimum-stability": "dev", | |||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "4.1.*", | "phpunit/phpunit": "~4.1", | ||
"phpspec/phpspec": "~2.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