Skip to content

Commit 28879ee

Browse files
committed
Remove cache file and update README
1 parent 06798ea commit 28879ee

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ config.php
66
composer.lock
77
.idea/
88
.DS_Store
9+
.phpunit.result.cache

.phpunit.result.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,18 @@ PHP Client library for Bandwidth's Phone Number Dashboard (AKA: Dashboard, Iris)
3030

3131
## Supported PHP Versions
3232

33-
| Version | Support Level |
34-
|:-------------------------------|:-------------------------|
35-
| 5.5 | Unsupported |
36-
| 5.6 | Unsupported |
37-
| 7.0 | Unsupported |
38-
| 7.1 | Unsupported |
39-
| 7.2 | Supported |
40-
| 7.3 | Supported |
33+
| Version | Support Level |
34+
|:--------|:-------------------------|
35+
| 5.5 | Unsupported |
36+
| 5.6 | Unsupported |
37+
| 7.0 | Unsupported |
38+
| 7.1 | Unsupported |
39+
| 7.2 | Supported |
40+
| 7.3 | Supported |
41+
| 8.0 | Supported |
42+
| 8.1 | Supported |
43+
| 8.2 | Supported |
44+
| 8.3 | Supported |
4145

4246
## Install
4347

0 commit comments

Comments
 (0)