Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Update composer installation (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud authored and SergeyKanzhelev committed Oct 23, 2018
1 parent 9b3f3e3 commit 4b4a134
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Once you've setup your project to use Composer, just add a reference to our pack
require: "microsoft/application-insights": "*"
```

Or you can use the composer command to automatically add the package to your composer.json file.

```json
composer require microsoft/application-insights
```

Make sure you add the require statement to pull in the library:

```php
Expand Down

0 comments on commit 4b4a134

Please sign in to comment.