Skip to content

Commit 6aa52ea

Browse files
author
Cliff Odijk
committed
Drop support for PHP 5.6 and 7.0
1 parent 8ec1761 commit 6aa52ea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ language: php
44

55
matrix:
66
include:
7-
- php: 5.6
8-
- php: 7.0
97
- php: 7.1
108
- php: 7.2
119
env: SYMFONY_VERSION=2.7.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^5.6 || ^7.0",
20+
"php": "^7.1",
2121
"simple-bus/message-bus": "~3.0",
2222
"symfony/http-kernel": "~2.3 || ~3.0 || ~4.0",
2323
"symfony/dependency-injection": "~2.3 || ~3.0 || ~4.0",

0 commit comments

Comments
 (0)