Skip to content

Commit e3c2360

Browse files
committed
change dependency
1 parent 8d2e372 commit e3c2360

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"name": "lotltd/php-vector-matrix",
33
"description": "A library for vectors and matrices algebra",
4-
"type": "library",
5-
"minimum-stability": "dev",
4+
"type": "library",
65
"require": {
7-
"webd/stats": "dev-master"
6+
"lotltd/php-stats": "^1.0"
87
},
98
"autoload": {
109
"psr-0": {"": "src/"}

0 commit comments

Comments
 (0)