Skip to content

Commit 69b0421

Browse files
committed
initial commit
0 parents  commit 69b0421

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.idea
2+
.vscode
3+
.vagrant
4+
.phpstorm.meta.php
5+
_ide_helper.php
6+
/node_modules
7+
/storage/*.key
8+
/vendor
9+
.env
10+
.env.backup
11+
.phpunit.result.cache
12+
Homestead.json
13+
Homestead.yaml
14+
npm-debug.log
15+
yarn-error.log

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "postscripton/money",
3+
"description": "A convenient way to convert numbers from DB or inputs into money strings for humans",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "PostScripton",
9+
"email": "postscripton.sp@gmail.com"
10+
}
11+
],
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)