Skip to content

Commit

Permalink
Merge pull request #134 from doctrine/require-php-71
Browse files Browse the repository at this point in the history
Require PHP 7.1
  • Loading branch information
Ocramius committed Jun 28, 2017
2 parents 7c830a5 + 015358f commit 2016f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ cache:
- $HOME/.composer/cache

php:
- 5.6
- 7
- 7.1
- hhvm
- nightly

matrix:
include:
- php: 7
env: PHPSTAN=1
- php: 7.1
env: PHPSTAN=1

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
],
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.1",
"doctrine/lexer": "1.*"
},
"require-dev": {
Expand All @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
"dev-master": "1.5.x-dev"
}
}
}

0 comments on commit 2016f4e

Please sign in to comment.