Skip to content

Commit 2346743

Browse files
author
Anton
authored
Merge pull request #468 from bluzphp/develop
Added PHP 7.3 build for TravisCI
2 parents a25989f + 2d53066 commit 2346743

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ Easy to setup, easy to use.
55
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bluzphp/main)
66

77
## Achievements
8-
[![PHP >= 7+](https://img.shields.io/badge/php-%3E%3D%207-8892BF.svg?style=flat)](https://php.net/)
8+
[![PHP >= 7.1+](https://img.shields.io/packagist/php-v/bluzphp/framework.svg?style=flat)](https://php.net/)
9+
10+
[![Latest Stable Version](https://img.shields.io/packagist/v/bluzphp/framework.svg?label=version&style=flat)](https://packagist.org/packages/bluzphp/framework)
911

1012
[![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)
1213

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

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)
18+
[![Total Downloads](https://img.shields.io/packagist/dt/bluzphp/framework.svg?style=flat)](https://packagist.org/packages/bluzphp/framework)
1819

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

2122
## Installation
2223

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"zendframework/zend-httphandlerrunner": "~1.0"
1515
},
1616
"require-dev": {
17-
"codeception/codeception": "2.5.3",
17+
"codeception/codeception": "~2.5.3",
1818
"php-coveralls/php-coveralls": "~2.1",
1919
"squizlabs/php_codesniffer": "~3.3",
2020
"phploc/phploc": "~4.0"

0 commit comments

Comments
 (0)