Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steevanb committed Apr 27, 2019
1 parent 768e2c0 commit 2123b0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![version](https://img.shields.io/badge/version-1.1.0-green.svg)](https://github.com/steevanb/php-typed-array/tree/1.1.0)
[![version](https://img.shields.io/badge/version-2.0.0-green.svg)](https://github.com/steevanb/php-typed-array/tree/2.0.0)
[![php](https://img.shields.io/badge/php-^7.1-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-535-green.svg)
![Lines](https://img.shields.io/badge/code%20lines-1268-green.svg)
![Total Downloads](https://poser.pugx.org/steevanb/php-typed-array/downloads)
[![Scrutinizer](https://scrutinizer-ci.com/g/steevanb/php-typed-array/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/steevanb/php-typed-array/)

Expand All @@ -15,7 +15,7 @@ With `php-typed-array`, you can type your array values. How ? Cause now you will
### Installation

```
composer require steevanb/php-typed-array ^1.0
composer require steevanb/php-typed-array ^2.0
```

### Typed array available
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0 - In dev
### [2.0.0](../../compare/1.1.0...2.0.0) - 2018-04-27

- Moved `steevanb\PhpTypedArray\IntArray`, `steevanb\PhpTypedArray\IntNullableArray`, `steevanb\PhpTypedArray\StringArray` and `steevanb\PhpTypedArray\StringNullableArray` into `steevanb\PhpTypedArray\ScalarArray` namespace.
- Moved `steevanb\PhpTypedArray\ObjectArray` into `steevanb\PhpTypedArray\ObjectArray` namespace.
Expand Down

0 comments on commit 2123b0f

Please sign in to comment.