Skip to content

Commit 3d94754

Browse files
author
Daniel Gomes
committed
improve readme
1 parent 0da2500 commit 3d94754

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Minimalist and Typed Immutable Collections for PHP
2-
[![Build Status](https://travis-ci.org/dcsg/php-immutable-collections.svg?branch=master)](https://travis-ci.org/dcsg/php-immutable-collections) [![SymfonyInsight](https://insight.symfony.com/projects/159123de-9d05-4af3-a650-6e8ea7aadaea/mini.svg)](https://insight.symfony.com/projects/159123de-9d05-4af3-a650-6e8ea7aadaea)
2+
[![Build Status](https://travis-ci.org/dcsg/php-immutable-collections.svg?branch=master)](https://travis-ci.org/dcsg/php-immutable-collections) [![SymfonyInsight](https://insight.symfony.com/projects/8cc27627-24e7-407c-9839-766c9946eb2c/mini.svg)](https://insight.symfony.com/projects/8cc27627-24e7-407c-9839-766c9946eb2c)
33

44
A library that provides a set of minimalist, typed and piped Immutable Collections for PHP.
55

6+
###### Requirements
7+
8+
PHP > 7.1
9+
10+
###### Installation
11+
12+
```bash
13+
composer require dcsg/php-immutable-collections
14+
```
15+
616
#### What Problems does this solve?
717

818
* Immutable List Collection
@@ -42,12 +52,6 @@ This way you have the possibility to use them and extend it's behavior tailored
4252

4353
#### Basic usage
4454

45-
##### Installation
46-
47-
```bash
48-
composer require dcsg/php-immutable-collections
49-
```
50-
5155
###### Creating a Typed List Collection
5256

5357
```php

0 commit comments

Comments
 (0)