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 2bc3532 commit 6e1ac48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -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
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2",
"knplabs/knp-menu": "^2.1",
"sonata-project/block-bundle": "^3.11",
"symfony/config": "^3.4 || ^4.0",
Expand Down

0 comments on commit 6e1ac48

Please sign in to comment.