Skip to content

Commit

Permalink
Update base package version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Jan 26, 2017
1 parent 3d734ab commit e63d64f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
language: php

sudo: false

php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
include:
- php: 5.6
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog
All Notable changes to `oauth2-github` will be documented in this file

## 2.0.0 - 2017-01-25

### Added
- PHP 7.1 Support

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- PHP 5.5 Support

### Security
- Nothing

## 1.0.0 - 2017-01-25

Bump for base package parity

## 0.2.2 - 2016-11-21

### Added
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"github"
],
"require": {
"php": ">=5.5.0",
"league/oauth2-client": "~1.4"
"league/oauth2-client": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit e63d64f

Please sign in to comment.