Skip to content

Commit bc9b033

Browse files
Merge pull request #176 from coffe4u/latest-twilio-sdk-6.3.0
Upgrade twilio/sdk to 6.*
2 parents 0a644dd + ad3a7d9 commit bc9b033

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ language: php
33
matrix:
44
fast_finish: true
55
include:
6-
- php: 5.6
7-
- php: 7.0
8-
- php: 7.1
6+
- php: 7.2
7+
- php: 7.3
8+
- php: 7.4
99

1010
before_install:
1111
- travis_retry composer self-update

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"homepage":"https://github.com/aloha/laravel-twilio",
1717
"license": "MIT",
1818
"require": {
19-
"php": ">=5.5.0",
20-
"twilio/sdk":"5.*"
19+
"php": ">=7.2.0",
20+
"twilio/sdk": "6.*"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^1.9",

0 commit comments

Comments
 (0)