File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.3.1] - 2019-05-13
10+ ### Added
11+ - Added require dependency doctrine/dbal in composer.json
12+
913## [ 2.3.0] - 2019-05-13
1014### Added
1115- Add support Themosis Framework
@@ -212,7 +216,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
212216- Exceptions: AmountInvalid, BalanceIsEmpty.
213217- Models: Transfer, Transaction.
214218
215- [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/2.3.0...HEAD
219+ [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/2.3.1...HEAD
220+ [ 2.3.0 ] : https://github.com/bavix/laravel-wallet/compare/2.3.0...2.3.1
216221[ 2.3.0 ] : https://github.com/bavix/laravel-wallet/compare/2.2.2...2.3.0
217222[ 2.2.2 ] : https://github.com/bavix/laravel-wallet/compare/2.2.1...2.2.2
218223[ 2.2.1 ] : https://github.com/bavix/laravel-wallet/compare/2.2.0...2.2.1
Original file line number Diff line number Diff line change 2525 "require" : {
2626 "php" : " ^7.1" ,
2727 "illuminate/database" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0" ,
28+ "doctrine/dbal" : " ^2.8" ,
2829 "ramsey/uuid" : " ^3.0"
2930 },
3031 "require-dev" : {
31- "doctrine/dbal" : " ^2.8" ,
3232 "mockery/mockery" : " ^1.2" ,
3333 "orchestra/testbench" : " ^3.7" ,
3434 "phpunit/phpunit" : " ^7.5"
You can’t perform that action at this time.
0 commit comments