Skip to content

Commit

Permalink
Laravel money package v2 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuvro Roy committed Apr 20, 2022
1 parent 7da7b63 commit c2dcdf3
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 c2dcdf3

Please sign in to comment.