We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8abffe commit 1790975Copy full SHA for 1790975
.travis.yml
@@ -1,8 +1,9 @@
1
language: php
2
3
php:
4
- - 5.3
5
- 5.4
+ - 5.5
6
+ - 5.6
7
8
before_script:
9
- curl -s http://getcomposer.org/installer | php
composer.json
@@ -19,7 +19,7 @@
19
}
20
],
21
"require": {
22
- "php": ">=5.3.0",
+ "php": ">=5.4.0",
23
"league/csv": "~6.0",
24
"mustangostang/spyc": "0.5.*@dev",
25
"illuminate/support": ">=4.0"
0 commit comments