Skip to content

Commit 1790975

Browse files
committed
Dropping support for php 5.3 due to league/csv
1 parent b8abffe commit 1790975

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

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

33
php:
4-
- 5.3
54
- 5.4
5+
- 5.5
6+
- 5.6
67

78
before_script:
89
- curl -s http://getcomposer.org/installer | php

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=5.3.0",
22+
"php": ">=5.4.0",
2323
"league/csv": "~6.0",
2424
"mustangostang/spyc": "0.5.*@dev",
2525
"illuminate/support": ">=4.0"

0 commit comments

Comments
 (0)