Skip to content

Commit 8b58303

Browse files
committed
Add support for PHP 7.3
1 parent 8aa8ad6 commit 8b58303

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77
- 7.0
88
- 7.1
99
- 7.2
10+
- 7.3
1011
- hhvm
1112
- nightly
1213

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ The official and easy to use **BigBlueButton API for PHP**, makes easy for devel
1212
[![Coverage Status](https://coveralls.io/repos/github/bigbluebutton/bigbluebutton-api-php/badge.svg?branch=master)](https://coveralls.io/github/bigbluebutton/bigbluebutton-api-php?branch=master)
1313
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bigbluebutton/bigbluebutton-api-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/bigbluebutton/bigbluebutton-api-php/?branch=master)
1414

15-
1615
[![@bigbluebutton on Twitter](https://img.shields.io/badge/twitter-%40bigbluebutton-blue.svg?style=flat)](https://twitter.com/bigbluebutton)
1716
![Website](https://img.shields.io/website-up-down-green-red/http/bigbluebutton.org.svg?label=BigBlueButton.org)
1817

19-
[![PHP 5.4](https://img.shields.io/badge/php-5.4-f33.svg?style=flat-square)](https://php.net/)
2018
[![PHP 5.5](https://img.shields.io/badge/php-5.5-f33.svg?style=flat-square)](https://php.net/)
21-
[![PHP 5.6](https://img.shields.io/badge/php-5.6-f93.svg?style=flat-square)](https://php.net/)
22-
[![PHP 7](https://img.shields.io/badge/php-7-f93.svg?style=flat-square)](https://php.net/)
23-
[![PHP 7.1](https://img.shields.io/badge/php-7.1-9c9.svg?style=flat-square)](https://php.net/)
19+
[![PHP 5.6](https://img.shields.io/badge/php-5.6-f33.svg?style=flat-square)](https://php.net/)
20+
[![PHP 7.0](https://img.shields.io/badge/php-7.0-f33.svg?style=flat-square)](https://php.net/)
21+
[![PHP 7.1](https://img.shields.io/badge/php-7.1-f93.svg?style=flat-square)](https://php.net/)
2422
[![PHP 7.2](https://img.shields.io/badge/php-7.2-9c9.svg?style=flat-square)](https://php.net/)
2523
[![PHP 7.3](https://img.shields.io/badge/php-7.3-9c9.svg?style=flat-square)](https://php.net/)
2624

0 commit comments

Comments
 (0)