Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 5e07344

Browse files
committed
no more php5.3 support
1 parent 7ddcd96 commit 5e07344

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- 5.3
43
- 5.4
54
- 5.5
65
- 5.6

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require" : {
12-
"php": ">=5.3",
12+
"php": ">=5.4",
1313
"icewind/streams": ">=0.2.0"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)