Skip to content

Commit 4c2ece6

Browse files
Anton ShevchukAnton Shevchuk
authored andcommitted
Added PHP 7.3 build for TravisCI
1 parent 9955782 commit 4c2ece6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- 7.1
44
- 7.2
5+
- 7.3
56
- master
67
matrix:
78
allow_failures:

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@ Bluz, a lightweight PHP Framework
22
=================================
33
Easy to setup, easy to use.
44

5-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bluzphp/main)
6-
75
## Achievements
8-
[![PHP >= 7+](https://img.shields.io/badge/php-%3E%3D%207-8892BF.svg?style=flat)](https://php.net/)
6+
[![PHP >= 7.1+](https://img.shields.io/packagist/php-v/bluzphp/framework.svg?style=flat)](https://php.net/)
7+
8+
[![Latest Stable Version](https://img.shields.io/packagist/v/bluzphp/framework.svg?label=version&style=flat)](https://packagist.org/packages/bluzphp/framework)
99

1010
[![Build Status](https://img.shields.io/travis/bluzphp/framework/master.svg?style=flat)](https://travis-ci.org/bluzphp/framework)
11-
[![Dependency Status](https://www.versioneye.com/php/bluzphp:framework/badge.png)](https://www.versioneye.com/php/bluzphp:framework)
1211

13-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bluzphp/framework/badges/quality-score.png?s=4fb36e6e0c742699777d2586ed14a0063a55ca62)](https://scrutinizer-ci.com/g/bluzphp/framework/)
12+
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/bluzphp/framework.svg?style=flat)](https://scrutinizer-ci.com/g/bluzphp/framework/)
13+
1414
[![Coverage Status](https://img.shields.io/coveralls/bluzphp/framework/master.svg?style=flat)](https://coveralls.io/r/bluzphp/framework?branch=master)
1515

16-
[![Latest Stable Version](https://poser.pugx.org/bluzphp/framework/v/stable.png)](https://packagist.org/packages/bluzphp/framework)
17-
[![Total Downloads](https://poser.pugx.org/bluzphp/framework/downloads.png)](https://packagist.org/packages/bluzphp/framework)
16+
[![Total Downloads](https://img.shields.io/packagist/dt/bluzphp/framework.svg?style=flat)](https://packagist.org/packages/bluzphp/framework)
1817

19-
[![License](https://poser.pugx.org/bluzphp/framework/license.svg)](https://packagist.org/packages/bluzphp/framework)
18+
[![License](https://img.shields.io/packagist/l/bluzphp/framework.svg?style=flat)](https://packagist.org/packages/bluzphp/framework)
2019

2120
## Installation
2221

0 commit comments

Comments
 (0)