1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00

Merge pull request #136 from barryvdh/patch-9

Suggest 1.*, instead of >=1.0.0
This commit is contained in:
Maxime Bouroumeau-Fuseau 2014-07-02 10:25:50 +02:00
commit 4aad8876a3

View File

@ -50,7 +50,7 @@ with the following requirement:
```JSON
{
"require": {
"maximebf/debugbar": ">=1.0.0"
"maximebf/debugbar": "1.*"
}
}
```