Skip to content

Commit

Permalink
change dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
apostolp committed Sep 8, 2020
1 parent 8d2e372 commit e3c2360
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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/"}
Expand Down

0 comments on commit e3c2360

Please sign in to comment.