Skip to content

Commit

Permalink
Merge pull request #2 from PostScripton/release
Browse files Browse the repository at this point in the history
v1.0.1 - Bug fixes
  • Loading branch information
PostScripton authored Mar 26, 2021
2 parents 56cff5b + b758b91 commit 594a65e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "postscripton/money",
"description": "A convenient way to convert numbers from DB or inputs into money strings for humans",
"version": "1.0.0",
"version": "1.0.1",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -11,9 +11,11 @@
}
],
"require": {
"php": ">=7.1",
"orchestra/testbench": "^6.15"
"php": ">=7.1"
},
"require-dev": {
"orchestra/testbench": "^6.15"
},
"autoload": {
"psr-4": {
"PostScripton\\Money\\": "src/"
Expand Down

0 comments on commit 594a65e

Please sign in to comment.