Skip to content

Commit 42a15b1

Browse files
committed
Require PHP version 5.6+.
1 parent 25ed009 commit 42a15b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
6+
- hhvm
77

88
matrix:
99
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.5",
13+
"php": ">=5.6",
1414
"symfony/framework-bundle": "~2.5",
1515
"simple-bus/symfony-bridge": "^4.1",
1616
"ramsey/uuid": "~3.0",

0 commit comments

Comments
 (0)