Skip to content

Commit e63d64f

Browse files
committed
Update base package version
1 parent 3d734ab commit e63d64f

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

.travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
language: php
22

3+
sudo: false
4+
35
php:
4-
- 5.5
56
- 5.6
67
- 7.0
8+
- 7.1
79
- hhvm
810

11+
matrix:
12+
include:
13+
- php: 5.6
14+
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
15+
916
before_script:
1017
- travis_retry composer self-update
1118
- travis_retry composer install --no-interaction --prefer-source --dev

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22
All Notable changes to `oauth2-github` will be documented in this file
33

4+
## 2.0.0 - 2017-01-25
5+
6+
### Added
7+
- PHP 7.1 Support
8+
9+
### Deprecated
10+
- Nothing
11+
12+
### Fixed
13+
- Nothing
14+
15+
### Removed
16+
- PHP 5.5 Support
17+
18+
### Security
19+
- Nothing
20+
21+
## 1.0.0 - 2017-01-25
22+
23+
Bump for base package parity
24+
425
## 0.2.2 - 2016-11-21
526

627
### Added

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"github"
1919
],
2020
"require": {
21-
"php": ">=5.5.0",
22-
"league/oauth2-client": "~1.4"
21+
"league/oauth2-client": "^2.0"
2322
},
2423
"require-dev": {
2524
"phpunit/phpunit": "~4.0",

0 commit comments

Comments
 (0)