From 0151eb5c97e9fd9b20f761db1c6d023e9d2c2fe4 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 18 Jan 2022 00:34:19 +0100 Subject: [PATCH] Add MoneyPHP --- composer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0074708..1ebb609 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,14 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "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", - "nesbot/carbon": "^2.0" + "illuminate/support": "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", + "nesbot/carbon": "^2.0", + "moneyphp/money": "^3.3.0|^4.0.0" }, "require-dev": { - "phpunit/phpunit": "~8.0||~9.0", + "phpunit/phpunit": "~8.0|~9.0", "mockery/mockery": "^1.0", "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0" },