File tree Expand file tree Collapse file tree 4 files changed +297
-236
lines changed Expand file tree Collapse file tree 4 files changed +297
-236
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ cache:
1010
1111matrix :
1212 include :
13+ - php : 7.3
1314 - php : 7.2
1415 - php : 7.1
1516 env : COVERAGE=1
1617 - php : 7.1
1718 env : DEPS=low
18- - php : 7.0
1919 - php : nightly
2020 - php : hhvm
2121 allow_failures :
Original file line number Diff line number Diff line change @@ -5,12 +5,15 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55
66## [ Unreleased]
77### Added
8+ - Test up to PHP 7.3 in Travis-CI.
89### Changed
910- Use the new Telegram API webhook IP ranges.
11+ - Upgraded dependencies and bumped core to version 0.56.0.
1012### Deprecated
1113### Removed
1214### Fixed
1315### Security
16+ - Minimum PHP version is now 7.1.
1417
1518## [ 1.3.0] - 2018-07-21
1619### Added
Original file line number Diff line number Diff line change 1818 }
1919 ],
2020 "require" : {
21- "php" : " ^7.0 " ,
22- "longman/telegram-bot" : " ^0.54 " ,
21+ "php" : " ^7.1 " ,
22+ "longman/telegram-bot" : " ^0.56 " ,
2323 "longman/ip-tools" : " ^1.2"
2424 },
2525 "require-dev" : {
2626 "jakub-onderka/php-parallel-lint" : " ^1.0" ,
27- "phpunit/phpunit" : " ^6 .5|^7.2 " ,
28- "squizlabs/php_codesniffer" : " ^3.3 "
27+ "phpunit/phpunit" : " ^7 .5|^8.1 " ,
28+ "squizlabs/php_codesniffer" : " ^3.4 "
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments