Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Commit

Permalink
Require PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Feb 6, 2018
1 parent 2078de2 commit c259821
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
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: php

php:
- 7.1
- 7.2
- nightly

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sort-packages": true
},
"require": {
"php": "^7.1",
"php": "^7.2",
"psr/http-message": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit c259821

Please sign in to comment.