Skip to content

Commit 6517384

Browse files
committed
Update requirements
1 parent c230d47 commit 6517384

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313

1414
"require": {
15-
"php": ">=5.3.0",
15+
"php": ">=5.4.0",
1616
"illuminate/support": "~4.2.1",
1717
"illuminate/database": "~4.2.1"
1818
},

0 commit comments

Comments
 (0)