Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Commit

Permalink
Drop support for PHP < 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Nov 8, 2018
1 parent 83f6551 commit 5d6e065
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,12 @@ after_script:
- php ./vendor/bin/coveralls -v

matrix:
exclude:
- php: 5.3
dist: trusty
allow_failures:
- php: nightly
include:
- php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
env: DEPS="dev"
- php: 7.0
- php: 7.1
- php: 7.1
env: DEPS="dev"
- php: 7.2
- php: 7.3
- php: nightly
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
}
],
"require": {
"php": ">=5.3.2",
"symfony/doctrine-bridge": "~2.7|~3.3|~4.0",
"doctrine/inflector": "~1.0",
"php": "^7.1",
"symfony/doctrine-bridge": "^4.0",
"doctrine/inflector": "^1.0",
"doctrine/cache": "^1.4.2"
},
"require-dev": {
Expand Down

0 comments on commit 5d6e065

Please sign in to comment.