Skip to content

Commit d4b624e

Browse files
authored
Merge pull request #47 from noplanman/bump_php_and_dependencies
Bump PHP to 7.1+, upgrade dependencies, test PHP 7.3 with Travis-CI
2 parents 349da2f + 5714a7d commit d4b624e

File tree

4 files changed

+297
-236
lines changed

4 files changed

+297
-236
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ cache:
1010

1111
matrix:
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:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
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": {

0 commit comments

Comments
 (0)