Skip to content

Commit

Permalink
Create composer.json (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-stopka committed May 23, 2019
1 parent 3aad72a commit e1a7464
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "perlur/laravel-erp-finance-accounting",
"description": "Laravel Double-entry Accounting for Laravel",
"license": "MIT",
"keywords": ["laravel", ,"erp", "finance", "accounting"],
"authors": [
{
"name": "Mark Stopka",
"email": "mark.stopka@perlur.cloud"
}
],
"require": {
"moneyphp/money": "^3.0",
"ramsey/uuid": "^3.7"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
"orchestra/testbench": "~3.4.0",
"orchestra/database": "~3.4.0",
"phpunit/phpunit": "^5.2"
},
"autoload": {
"psr-4": {
"PERLUR\\ERP\\Finance\\Accounting\\": "src/"
}
}
}

0 comments on commit e1a7464

Please sign in to comment.