Skip to content

Commit 023d83f

Browse files
author
Nico Stapelbroek
committed
Drop PHP 5.6 support
Since the code already uses the return types there is no way of running this in PHP 5.6
1 parent dff7399 commit 023d83f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
language: php
2+
sudo: false
23

34
jobs:
45
include:
56
- stage: Unit tests
6-
- env:
7-
php: 5.6
8-
- env: COMPOSER_FLAGS="--prefer-lowest"
9-
php: 5.6
10-
- env:
7+
env:
118
php: 7.0
129
- env: COMPOSER_FLAGS="--prefer-lowest"
1310
php: 7.0

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^5.6 || ^7.0",
16+
"php": ">=7.0",
1717
"sentry/sentry": "^1.9.2",
1818
"zendframework/zend-eventmanager": "^2.5|| ^3.0",
1919
"zendframework/zend-mvc": "^2.5 || ^3.0",

0 commit comments

Comments
 (0)