Skip to content

Commit

Permalink
Dropped support for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 2, 2018
1 parent fec20f1 commit 192371c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2
- nightly

Expand Down Expand Up @@ -40,7 +39,7 @@ matrix:
php: 7.2
env: TARGET=checkdeps
- stage: test
php: 7.1
php: 7.2
env: COMPOSER_FLAGS="--prefer-lowest"
- stage: test
php: 7.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-pcre": "*",
"sonata-project/datagrid-bundle": "^2.3",
"sonata-project/intl-bundle": "^2.4",
Expand Down

0 comments on commit 192371c

Please sign in to comment.