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 d2bddcf commit e35943fCopy full SHA for e35943f
README.md
@@ -6,9 +6,11 @@ Stand-alone Linear Algebra Library for PHP
6
7
## Installation
8
9
-Include this in your composer.json and then run `composer install`:
+ composer require mcordingley/LinearAlgebra
10
11
- "mcordingley/linearalgebra": "~0.9.1"
+Alternately, include this in your composer.json and then update:
12
+
13
+ "mcordingley/linearalgebra": "^1.0.0"
14
15
If Composer isn't an option for you,
16
[download](https://github.com/mcordingley/LinearAlgebra/blob/master/linear-algebra.phar)
0 commit comments