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

Commit 5d6e065

Browse files
committed
Drop support for PHP < 7.1
1 parent 83f6551 commit 5d6e065

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.travis.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,12 @@ after_script:
2626
- php ./vendor/bin/coveralls -v
2727

2828
matrix:
29-
exclude:
30-
- php: 5.3
31-
dist: trusty
3229
allow_failures:
3330
- php: nightly
3431
include:
35-
- php: 5.3
36-
dist: precise
37-
- php: 5.4
38-
- php: 5.5
39-
- php: 5.6
40-
env: DEPS="dev"
41-
- php: 7.0
4232
- php: 7.1
33+
- php: 7.1
34+
env: DEPS="dev"
4335
- php: 7.2
4436
- php: 7.3
4537
- php: nightly

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
}
3333
],
3434
"require": {
35-
"php": ">=5.3.2",
36-
"symfony/doctrine-bridge": "~2.7|~3.3|~4.0",
37-
"doctrine/inflector": "~1.0",
35+
"php": "^7.1",
36+
"symfony/doctrine-bridge": "^4.0",
37+
"doctrine/inflector": "^1.0",
3838
"doctrine/cache": "^1.4.2"
3939
},
4040
"require-dev": {

0 commit comments

Comments
 (0)