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 14f57d4 commit 36c4446Copy full SHA for 36c4446
.gitattributes
@@ -0,0 +1,3 @@
1
+.gitattributes export-ignore
2
+.gitignore export-ignore
3
+.travis.yml export-ignore
.travis.yml
@@ -0,0 +1,12 @@
+language: php
+php:
+ - '5.3'
4
+ - '5.4'
5
+ - '5.5'
6
+ - '5.6'
7
+ - '7.0'
8
+ - hhvm
9
+ - nightly
10
+
11
+before_script:
12
+ - composer install
0 commit comments