Skip to content

Commit

Permalink
v2.0.0 (#7)
Browse files Browse the repository at this point in the history
Brand new version 2.0.0
  • Loading branch information
PostScripton authored Apr 28, 2021
2 parents 2c3c03a + dede0e7 commit dca0374
Show file tree
Hide file tree
Showing 25 changed files with 1,957 additions and 467 deletions.
430 changes: 395 additions & 35 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "postscripton/laravel-money",
"description": "A convenient way to convert numbers from DB or inputs into money strings for humans",
"version": "1.1.0",
"version": "2.0.0",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.1"
"php": "^7.4"
},
"require-dev": {
"orchestra/testbench": "^6.15"
Expand Down
Loading

0 comments on commit dca0374

Please sign in to comment.