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

Commit e3c762a

Browse files
committed
Update badges and add donate link to readme [skip ci]
1 parent af4a9f8 commit e3c762a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Weak-referenced data structures for PHP based on Ref php extension
22

3-
[![Build Status](https://travis-ci.org/pinepain/php-object-maps.svg)](https://travis-ci.org/pinepain/php-object-maps)
4-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/pinepain/php-object-maps/badges/quality-score.png)](https://scrutinizer-ci.com/g/pinepain/php-object-maps)
5-
[![Code Coverage](https://scrutinizer-ci.com/g/pinepain/php-object-maps/badges/coverage.png)](https://scrutinizer-ci.com/g/pinepain/php-object-maps)
3+
[![Build Status](https://travis-ci.org/pinepain/php-object-maps.svg?branch=master)](https://travis-ci.org/pinepain/php-object-maps)
4+
[![Build Status](https://travis-ci.org/pinepain/php-object-maps.svg?branch=master)](https://travis-ci.org/pinepain/php-object-maps)
5+
[![Code Coverage](https://scrutinizer-ci.com/g/pinepain/php-object-maps/badges/coverage.png?b=refactor)](https://scrutinizer-ci.com/g/pinepain/php-object-maps/?branch=refactor)
66
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/72be40cb-1d0f-48db-b89c-c99ea007bf63/mini.png)](https://insight.sensiolabs.com/projects/72be40cb-1d0f-48db-b89c-c99ea007bf63)
77

8+
### PLEASE READ:
9+
10+
Maintaining this project takes significant amount of time and efforts.
11+
If you like my work and want to show your appreciation, please consider supporting me at https://www.patreon.com/pinepain.
12+
813
## Requirements
914

1015
- PHP >= 7.1

0 commit comments

Comments
 (0)