1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 21:38:14 +01:00

Suggest 1.*, instead of >=1.0.0

Probably breaking changes with 2.x right?
This commit is contained in:
Barry vd. Heuvel 2014-07-02 09:25:17 +02:00
parent 470cb62b81
commit d06ec32a70

View File

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