* add CurrencyCart for items with MoneyObje with currency as ItemPrice
* optimize and add some tests and documentation for autocompletition
... | ... | @@ -12,7 +12,8 @@ |
"require": { | ||
"php": ">=5.4.0", | ||
"illuminate/support": "5.0.x|5.1.x|5.2.x", | ||
"illuminate/validation": "5.0.x|5.1.x|5.2.x" | ||
"illuminate/validation": "5.0.x|5.1.x|5.2.x", | ||
"bnet/money-datatype": "^0.1.0" | ||
}, | ||
"require-dev": { | ||
"mockery/mockery": "~0.9", | ||
... | ... |
src/Cart/CurrencyCart.php
0 → 100644
src/Cart/CurrencyItem.php
0 → 100644
src/Cart/CurrencyItems.php
0 → 100644
This diff is collapsed.
tests/CurrencyCartTest.php
0 → 100644