File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Memoize
2
2
A PHP library for memoizing repeated function calls.
3
3
4
- [ ![ Build Status] ( http://img.shields.io/travis/traderinteractive/memoize-php.svg?style=flat )] ( https://travis-ci.org/traderinteractive/memoize-php )
5
- [ ![ Scrutinizer Code Quality] ( http://img.shields.io/scrutinizer/g/traderinteractive/memoize-php.svg?style=flat )] ( https://scrutinizer-ci.com/g/traderinteractive/memoize-php/ )
6
- [ ![ Code Coverage] ( http://img.shields.io/coveralls/traderinteractive/memoize-php.svg?style=flat )] ( https://coveralls.io/r/traderinteractive/memoize-php )
7
-
8
4
[ ![ Latest Stable Version] ( http://img.shields.io/packagist/v/traderinteractive/memoize.svg?style=flat )] ( https://packagist.org/packages/traderinteractive/memoize )
9
5
[ ![ Total Downloads] ( http://img.shields.io/packagist/dt/traderinteractive/memoize.svg?style=flat )] ( https://packagist.org/packages/traderinteractive/memoize )
10
6
[ ![ License] ( http://img.shields.io/packagist/l/traderinteractive/memoize.svg?style=flat )] ( https://packagist.org/packages/traderinteractive/memoize )
Original file line number Diff line number Diff line change 18
18
"ext-json" : " *"
19
19
},
20
20
"require-dev" : {
21
- "php-coveralls/php-coveralls" : " ^1.0" ,
22
21
"phpunit/phpunit" : " ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
23
22
"predis/predis" : " ^1.0" ,
24
23
"squizlabs/php_codesniffer" : " ^3.2" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments