Skip to content

Commit 269797b

Browse files
committed
bump minimum PHP version to 5.6
1 parent 10672a0 commit 269797b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
74
- 5.6
85
- 7.0
96

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=5.3.2",
25-
"ext-curl": "*",
26-
"ext-xml": "*",
24+
"php": "^5.6 || ^7.0",
25+
"ext-curl": "*",
26+
"ext-xml": "*",
2727
"kriswallsmith/buzz": ">=0.7"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)