From 2123b0f36c3d41b030774d9c7b5df414a3aac1fa Mon Sep 17 00:00:00 2001 From: Steevan Date: Sat, 27 Apr 2019 18:44:38 +0200 Subject: [PATCH] 2.0.0 --- README.md | 6 +++--- changelog.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d5f698d..6a344be 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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 diff --git a/changelog.md b/changelog.md index 3e064fe..b4dba2d 100644 --- a/changelog.md +++ b/changelog.md @@ -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.