Skip to content

Commit 0bee157

Browse files
committed
Update composer.json
1 parent 3237a69 commit 0bee157

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
74
- 7.0
85
- 7.1
96
- 7.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"webrtc"
1919
],
2020
"require": {
21-
"php": ">=5.4.0",
21+
"php" : ">=7.0",
2222
"predis/predis": "^1.1",
2323
"dflydev/apache-mime-types": "^1.0",
2424
"illuminate/support": "^5.5",

0 commit comments

Comments
 (0)