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:
10
10
11
11
matrix :
12
12
include :
13
+ - php : 7.3
13
14
- php : 7.2
14
15
- php : 7.1
15
16
env : COVERAGE=1
16
17
- php : 7.1
17
18
env : DEPS=low
18
- - php : 7.0
19
19
- php : nightly
20
20
- php : hhvm
21
21
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
5
5
6
6
## [ Unreleased]
7
7
### Added
8
+ - Test up to PHP 7.3 in Travis-CI.
8
9
### Changed
9
10
- Use the new Telegram API webhook IP ranges.
11
+ - Upgraded dependencies and bumped core to version 0.56.0.
10
12
### Deprecated
11
13
### Removed
12
14
### Fixed
13
15
### Security
16
+ - Minimum PHP version is now 7.1.
14
17
15
18
## [ 1.3.0] - 2018-07-21
16
19
### Added
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "php" : " ^7.0 " ,
22
- "longman/telegram-bot" : " ^0.54 " ,
21
+ "php" : " ^7.1 " ,
22
+ "longman/telegram-bot" : " ^0.56 " ,
23
23
"longman/ip-tools" : " ^1.2"
24
24
},
25
25
"require-dev" : {
26
26
"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 "
29
29
},
30
30
"autoload" : {
31
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments