Skip to content

Commit 9f4773d

Browse files
Updated the readme
1 parent e66b635 commit 9f4773d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ $ php composer.phar install
3333
```
3434
Now we can use autoloader from Composer by:
3535

36-
```yaml
36+
```json
3737
{
3838
"require": {
39-
"knplabs/github-api": "*"
40-
},
41-
"minimum-stability": "dev"
39+
"knplabs/github-api": "~1.2"
40+
}
4241
}
4342
```
4443

0 commit comments

Comments
 (0)