1
0
mirror of https://github.com/danog/math.git synced 2025-01-22 13:41:12 +01:00

Add specific version for composer

This commit is contained in:
Benjamin Morel 2015-06-20 00:11:24 +02:00
parent 572247967d
commit f4e1f9b5ff

View File

@ -15,7 +15,7 @@ Just define the following requirement in your `composer.json` file:
{
"require": {
"brick/math": "*"
"brick/math": "0.4.*"
}
}