Skip to content

Commit d06ec32

Browse files
committed
Suggest 1.*, instead of >=1.0.0
Probably breaking changes with 2.x right?
1 parent 470cb62 commit d06ec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ with the following requirement:
5050
```JSON
5151
{
5252
"require": {
53-
"maximebf/debugbar": ">=1.0.0"
53+
"maximebf/debugbar": "1.*"
5454
}
5555
}
5656
```

0 commit comments

Comments
 (0)