mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 16:05:29 +00:00
Add MoneyPHP
This commit is contained in:
@@ -17,13 +17,14 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4|^8.0",
|
"php": "^7.4|^8.0",
|
||||||
"illuminate/support": "5.8.*||^6.0||^7.0||^8.0",
|
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0",
|
||||||
"illuminate/session": "5.8.*||^6.0||^7.0||^8.0",
|
"illuminate/session": "5.8.*|^6.0|^7.0|^8.0",
|
||||||
"illuminate/events": "5.8.*||^6.0||^7.0||^8.0",
|
"illuminate/events": "5.8.*|^6.0|^7.0|^8.0",
|
||||||
"nesbot/carbon": "^2.0"
|
"nesbot/carbon": "^2.0",
|
||||||
|
"moneyphp/money": "^3.3.0|^4.0.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~8.0||~9.0",
|
"phpunit/phpunit": "~8.0|~9.0",
|
||||||
"mockery/mockery": "^1.0",
|
"mockery/mockery": "^1.0",
|
||||||
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0"
|
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user