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 478e0ce commit 3237a69Copy full SHA for 3237a69
.travis.yml
@@ -0,0 +1,20 @@
1
+language: php
2
+
3
+php:
4
+ - 5.4
5
+ - 5.5
6
+ - 5.6
7
+ - 7.0
8
+ - 7.1
9
+ - 7.2
10
11
+matrix:
12
+ allow_failures:
13
+ - php: 7.2
14
15
+before_script:
16
+ - composer self-update
17
+ - composer install --prefer-source --no-interaction --dev
18
19
+script:
20
+ - vendor/bin/phpunit
composer.json
@@ -18,7 +18,7 @@
"webrtc"
],
"require": {
21
- "php": ">=5.6.4",
+ "php": ">=5.4.0",
22
"predis/predis": "^1.1",
23
"dflydev/apache-mime-types": "^1.0",
24
"illuminate/support": "^5.5",
0 commit comments