Skip to content

Commit

Permalink
updated readme and scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
elmage committed Aug 19, 2020
1 parent a4c3bec commit a76136e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ checks:

tools:
external_code_coverage:
timeout: 2400
runs: 2
timeout: 1800
runs: 1
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# TextNg PHP Library


[![Latest Version on Packagist][ico-version-dev]][link-packagist]
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

This is an unofficial client library for the TextNg SMS API. We provide an intuitive, stable interface to integrate TextNG SMS into your PHP project.

Expand Down Expand Up @@ -87,12 +86,13 @@ If you discover any security related issues, please email [email protected] o

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/elmage/textng-php.svg?style=flat-square
[ico-version]: https://poser.pugx.org/elmage/textng-php/version
[ico-version-dev]: https://poser.pugx.org/elmage/textng-php/v/unstable
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://travis-ci.com/elmage/textng-php.svg?branch=master
[ico-scrutinizer]: https://scrutinizer-ci.com/g/elmage/textng-php/badges/build.png?b=master
[ico-scrutinizer]: https://scrutinizer-ci.com/g/elmage/textng-php/badges/coverage.png?b=master
[ico-code-quality]: https://scrutinizer-ci.com/g/elmage/textng-php/badges/quality-score.png?b=master
[ico-downloads]: https://img.shields.io/packagist/dt/elmage/textng-php.svg?style=flat-square
[ico-downloads]: https://poser.pugx.org/elmage/textng-php/d/total.svg

[link-packagist]: https://packagist.org/packages/elmage/textng-php
[link-travis]: https://travis-ci.org/elmage/textng-php
Expand Down

0 comments on commit a76136e

Please sign in to comment.