Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Babichev Maxim committed May 13, 2019
1 parent e80d11c commit 72e136b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 72e136b

Please sign in to comment.