From e3c2360cdaf891808e4fa4d3ab8f4324a3bba0d4 Mon Sep 17 00:00:00 2001 From: apostolp Date: Tue, 8 Sep 2020 15:18:17 +0300 Subject: [PATCH] change dependency --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8dc37a5..cb94f6b 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,9 @@ { "name": "lotltd/php-vector-matrix", "description": "A library for vectors and matrices algebra", - "type": "library", - "minimum-stability": "dev", + "type": "library", "require": { - "webd/stats": "dev-master" + "lotltd/php-stats": "^1.0" }, "autoload": { "psr-0": {"": "src/"}