Skip to content

Commit

Permalink
Updates:
Browse files Browse the repository at this point in the history
- fixed version constraints because one of the dependencies broke it;
- updated phpunit.xml
  • Loading branch information
Sergey Karavay committed Dec 12, 2017
1 parent a471b81 commit 0c2ef4e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 21 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ language: php
sudo: false

php:
- 7.0
- 7.1
- 7.2
- master
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ PHP Nano Http Status
============

[![Latest Stable Version](https://poser.pugx.org/gino-pane/nano-http-status/v/stable)](https://packagist.org/packages/gino-pane/nano-http-status)
[![Build Status](https://travis-ci.org/GinoPane/php-nano-rest.svg?branch=master)](https://travis-ci.org/GinoPane/php-nano-rest)
[![Maintainability](https://img.shields.io/codeclimate/maintainability/GinoPane/php-nano-http-status.svg)](https://codeclimate.com/github/GinoPane/php-nano-http-status/maintainability)
[![Test Coverage](https://img.shields.io/codeclimate/coverage/github/GinoPane/php-nano-http-status.svg)](https://codeclimate.com/github/GinoPane/php-nano-http-status/test_coverage)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/GinoPane/php-nano-http-status/?branch=master)](https://scrutinizer-ci.com/g/GinoPane/php-nano-http-status/?branch=master)
[![License](https://poser.pugx.org/gino-pane/nano-http-status/license)](https://packagist.org/packages/gino-pane/nano-http-status)
[![composer.lock](https://poser.pugx.org/gino-pane/nano-http-status/composerlock)](https://packagist.org/packages/gino-pane/nano-http-status)
[![Total Downloads](https://poser.pugx.org/gino-pane/nano-http-status/downloads)](https://packagist.org/packages/gino-pane/nano-http-status)
Expand All @@ -13,7 +17,7 @@ either too heavy and over-complicated or simply does not fit to Gino Pane's high
Requirements
------------

* PHP >= 7.0;
* PHP >= 7.1;
* composer.

Features
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"type": "library",
"require": {
"php": "^7.1"
"php": ">=7.0 <7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
<log type="coverage-text"
target="php://stdout"
showUncoveredFiles="true"/>
<log type="coverage-clover" target="./build/logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit 0c2ef4e

Please sign in to comment.