From 72e136b743a1a70cac3993777f32abc3eaeb427f Mon Sep 17 00:00:00 2001 From: Babichev Maxim Date: Mon, 13 May 2019 16:07:25 +0300 Subject: [PATCH] fix --- changelog.md | 7 ++++++- composer.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 82f2cb863..43e91f06a 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.1] - 2019-05-13 +### Added +- Added require dependency doctrine/dbal in composer.json + ## [2.3.0] - 2019-05-13 ### Added - Add support Themosis Framework @@ -212,7 +216,8 @@ The operation is now executed in the transaction and updates the new `refund` fi - Exceptions: AmountInvalid, BalanceIsEmpty. - Models: Transfer, Transaction. -[Unreleased]: https://github.com/bavix/laravel-wallet/compare/2.3.0...HEAD +[Unreleased]: https://github.com/bavix/laravel-wallet/compare/2.3.1...HEAD +[2.3.0]: https://github.com/bavix/laravel-wallet/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/bavix/laravel-wallet/compare/2.2.2...2.3.0 [2.2.2]: https://github.com/bavix/laravel-wallet/compare/2.2.1...2.2.2 [2.2.1]: https://github.com/bavix/laravel-wallet/compare/2.2.0...2.2.1 diff --git a/composer.json b/composer.json index ae89bf47e..486648900 100644 --- a/composer.json +++ b/composer.json @@ -25,10 +25,10 @@ "require": { "php": "^7.1", "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0", + "doctrine/dbal": "^2.8", "ramsey/uuid": "^3.0" }, "require-dev": { - "doctrine/dbal": "^2.8", "mockery/mockery": "^1.2", "orchestra/testbench": "^3.7", "phpunit/phpunit": "^7.5"