Skip to content

Commit

Permalink
php min ver is now 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b-richard committed Feb 20, 2018
1 parent bffdee0 commit fc0dd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required

language: php
php:
- 7.0.27
- 7.1

before_install:
- sudo apt-get -qq update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "project",
"license": "proprietary",
"require": {
"php": "^7.0",
"php": "^7.1",
"ext-curl": "*",
"ext-pdo_sqlite": "*",
"doctrine/doctrine-migrations-bundle": "^1.3",
Expand Down

0 comments on commit fc0dd8e

Please sign in to comment.