We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2e372 commit e3c2360Copy full SHA for e3c2360
composer.json
@@ -1,10 +1,9 @@
1
{
2
"name": "lotltd/php-vector-matrix",
3
"description": "A library for vectors and matrices algebra",
4
- "type": "library",
5
- "minimum-stability": "dev",
+ "type": "library",
6
"require": {
7
- "webd/stats": "dev-master"
+ "lotltd/php-stats": "^1.0"
8
},
9
"autoload": {
10
"psr-0": {"": "src/"}
0 commit comments