Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 73efe21

Browse files
committed
Added StyleCI
1 parent 37c8486 commit 73efe21

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76

8-
env:
9-
matrix:
10-
- COMPOSER_FLAGS="--prefer-lowest"
11-
- COMPOSER_FLAGS=""
12-
137
before_script:
148
- travis_retry composer self-update
159
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/kirschbaum-development/bee-plugin-php-client.svg?style=flat-square)](https://packagist.org/packages/kirschbaum-development/bee-plugin-php-client)
44
[![Build Status](https://travis-ci.org/kirschbaum-development/bee-plugin-php-client.svg?branch=master)](https://travis-ci.org/kirschbaum-development/bee-plugin-php-client)
5-
[![Quality Score](https://img.shields.io/scrutinizer/g/kirschbaum-development/bee-plugin-php-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/kirschbaum-development/bee-plugin-php-client)
5+
[![StyleCI](https://github.styleci.io/repos/202812418/shield?branch=master)](https://github.styleci.io/repos/202812418)
66
[![Total Downloads](https://img.shields.io/packagist/dt/kirschbaum-development/bee-plugin-php-client.svg?style=flat-square)](https://packagist.org/packages/kirschbaum-development/bee-plugin-php-client)
77

88
PHP client to interact with Bee's plugin API. This includes the [Message Services API](https://docs.beefree.io/message-services-api-reference/) and a convinient way to use [authorization](https://docs.beefree.io/authorization-process/).

0 commit comments

Comments
 (0)