File tree 3 files changed +30
-3
lines changed
3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
+ sudo : false
4
+
3
5
php :
4
- - 5.5
5
6
- 5.6
6
7
- 7.0
8
+ - 7.1
7
9
- hhvm
8
10
11
+ matrix :
12
+ include :
13
+ - php : 5.6
14
+ env : ' COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
15
+
9
16
before_script :
10
17
- travis_retry composer self-update
11
18
- travis_retry composer install --no-interaction --prefer-source --dev
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All Notable changes to ` oauth2-github ` will be documented in this file
3
3
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
+
4
25
## 0.2.2 - 2016-11-21
5
26
6
27
### Added
Original file line number Diff line number Diff line change 18
18
" github"
19
19
],
20
20
"require" : {
21
- "php" : " >=5.5.0" ,
22
- "league/oauth2-client" : " ~1.4"
21
+ "league/oauth2-client" : " ^2.0"
23
22
},
24
23
"require-dev" : {
25
24
"phpunit/phpunit" : " ~4.0" ,
You can’t perform that action at this time.
0 commit comments