From 33091ec5927f55553709ec0f9a90b9b161da1072 Mon Sep 17 00:00:00 2001 From: PostScription <68855126+PostScipton@users.noreply.github.com> Date: Sat, 27 Mar 2021 00:41:42 +0300 Subject: [PATCH] Fixing Composer dependencies --- composer.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6d6dcd2..d2359c0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "postscripton/money", "description": "A convenient way to convert numbers from DB or inputs into money strings for humans", - "version": "1.0.0", + "version": "1.0.1", "type": "library", "license": "MIT", "authors": [ @@ -11,9 +11,11 @@ } ], "require": { - "php": ">=7.1", - "orchestra/testbench": "^6.15" + "php": ">=7.1" }, + "require-dev": { + "orchestra/testbench": "^6.15" + }, "autoload": { "psr-4": { "PostScripton\\Money\\": "src/"