Skip to content

Commit 8d5d776

Browse files
committed
PHP 5.3 is required
1 parent e59863e commit 8d5d776

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,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.2
54
- 5.3
65
- 5.4
76
- 5.5

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}],
1818
"license": "BSD-3-Clause",
1919
"require": {
20-
"php": ">=5.0",
20+
"php": ">=5.3",
2121
"ext-reflection": "*"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)