inital commit
parents
Showing
.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "bnet/money-datatype", | ||
"description": "Package for a simple money datatype", | ||
"minimum-stability": "stable", | ||
"license": "proprietary", | ||
"authors": [ | ||
{ | ||
"name": "Thorsten Buss", | ||
"email": "info@buss-networks.de" | ||
} | ||
], | ||
"require-dev": { | ||
"phpunit/phpunit": "5.4.6" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Bnet\\": "src", | ||
"Tests\\Bnet\\": "tests" | ||
} | ||
}, | ||
"require": { | ||
} | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
readme.md
0 → 100644
src/Money/Currency.php
0 → 100644
src/Money/Money.php
0 → 100644
src/Money/MoneyException.php
0 → 100644
tests/Money/CurrencyTest.php
0 → 100644
tests/Money/MoneyTest.php
0 → 100644