Skip to content

Commit b47b52d

Browse files
committed
feat(composer): require PHP 5.3.29 (PHP 5.3.x EOL version) minimum
1 parent 3c1c60a commit b47b52d

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
@@ -3,7 +3,6 @@ language: php
33
matrix:
44
fast_finish: true
55
include:
6-
- php: 5.3.3
76
- php: 5.3
87
- php: 5.4
98
- php: 5.5

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
}],
3838
"require": {
39-
"php": ">=5.3.2"
39+
"php": ">=5.3.29"
4040
},
4141
"require-dev": {
4242
"json-schema/JSON-Schema-Test-Suite": "1.1.0",

0 commit comments

Comments
 (0)