Skip to content

Commit

Permalink
Merge pull request #49 from shuvroroy/laravel-money-v2-support
Browse files Browse the repository at this point in the history
Laravel money package v2 support added
  • Loading branch information
danharrin authored Apr 20, 2022
2 parents 7da7b63 + c2dcdf3 commit cc42ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"akaunting/laravel-money": "^1.2",
"akaunting/laravel-money": "^1.2|^2.1",
"ext-pdo_sqlite": "*",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/database": "^8.40|^9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/currencies/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^8.0",
"akaunting/laravel-money": "^1.2",
"akaunting/laravel-money": "^1.2|^2.1",
"illuminate/support": "^8.0|^9.0",
"squirephp/model": "self.version",
"squirephp/rule": "self.version"
Expand Down

0 comments on commit cc42ed0

Please sign in to comment.