Skip to content

Commit

Permalink
Bump PHP to 7.1+ and upgrade dependencies, test up to PHP 7.3 with Tr…
Browse files Browse the repository at this point in the history
…avis-CI.
  • Loading branch information
noplanman committed Apr 15, 2019
1 parent 349da2f commit 5714a7d
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ cache:

matrix:
include:
- php: 7.3
- php: 7.2
- php: 7.1
env: COVERAGE=1
- php: 7.1
env: DEPS=low
- php: 7.0
- php: nightly
- php: hhvm
allow_failures:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c

## [Unreleased]
### Added
- Test up to PHP 7.3 in Travis-CI.
### Changed
- Use the new Telegram API webhook IP ranges.
- Upgraded dependencies and bumped core to version 0.56.0.
### Deprecated
### Removed
### Fixed
### Security
- Minimum PHP version is now 7.1.

## [1.3.0] - 2018-07-21
### Added
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
}
],
"require": {
"php": "^7.0",
"longman/telegram-bot": "^0.54",
"php": "^7.1",
"longman/telegram-bot": "^0.56",
"longman/ip-tools": "^1.2"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^1.0",
"phpunit/phpunit": "^6.5|^7.2",
"squizlabs/php_codesniffer": "^3.3"
"phpunit/phpunit": "^7.5|^8.1",
"squizlabs/php_codesniffer": "^3.4"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5714a7d

Please sign in to comment.