Skip to content

Commit dede0e7

Browse files
authored
Everything is an object (#6)
Everything is an object
2 parents 2c3c03a + a63537f commit dede0e7

25 files changed

+1957
-467
lines changed

README.md

Lines changed: 395 additions & 35 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postscripton/laravel-money",
33
"description": "A convenient way to convert numbers from DB or inputs into money strings for humans",
4-
"version": "1.1.0",
4+
"version": "2.0.0",
55
"type": "library",
66
"license": "MIT",
77
"authors": [
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1"
14+
"php": "^7.4"
1515
},
1616
"require-dev": {
1717
"orchestra/testbench": "^6.15"

0 commit comments

Comments
 (0)