Skip to content

Commit

Permalink
changed: supported php version is now >=5.5, because thephpleague/oau…
Browse files Browse the repository at this point in the history
…th2-client also just supports >=5.5
  • Loading branch information
markus-g committed Dec 22, 2016
1 parent 3063f9b commit 5cf038b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jetbrains"
],
"require": {
"php": ">=5.4.0",
"php": ">=5.5.0",
"league/oauth2-client": "^1.4.2"
},
"require-dev": {
Expand Down

0 comments on commit 5cf038b

Please sign in to comment.