Skip to content

Commit 484fb3b

Browse files
github-19: add instructions for pulling from github source
1 parent 739e7fd commit 484fb3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ Rollbar error monitoring integration for Laravel projects. This library adds a l
1010
Installation
1111
------------
1212

13+
This package has not been submitted to Packagist yet. Until then you need to add the Github repository to your composer.json explicitly:
14+
```json
15+
"repositories": [
16+
{
17+
"type": "vcs",
18+
"url" : "https://github.com/rollbar/rollbar-php-laravel.git"
19+
}
20+
]
21+
```
22+
This will change once the package makes its' way to Packagist.
23+
1324
Install using composer:
1425

1526
```

0 commit comments

Comments
 (0)