Skip to content

Commit e32bb7f

Browse files
add discount to amount breakdown (#12)
* add discount to amount breakdown (#11) * added money and currency value objects * fix money contract * fix failed tests Co-authored-by: abdelwahid elmeghit <abdoo.max@gmail.com>
1 parent 6b17097 commit e32bb7f

29 files changed

+1326
-2308
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require-dev": {
2828
"phpunit/phpunit": "^9.0",
2929
"squizlabs/php_codesniffer": "^3.4",
30-
"phpstan/phpstan": "^0.11.5"
30+
"phpstan/phpstan": "^0.12"
3131
},
3232
"scripts": {
3333
"test": "phpunit",

0 commit comments

Comments
 (0)