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 3237a69 commit 0bee157Copy full SHA for 0bee157
.travis.yml
@@ -1,9 +1,6 @@
1
language: php
2
3
php:
4
- - 5.4
5
- - 5.5
6
- - 5.6
7
- 7.0
8
- 7.1
9
- 7.2
composer.json
@@ -18,7 +18,7 @@
18
"webrtc"
19
],
20
"require": {
21
- "php": ">=5.4.0",
+ "php" : ">=7.0",
22
"predis/predis": "^1.1",
23
"dflydev/apache-mime-types": "^1.0",
24
"illuminate/support": "^5.5",
0 commit comments