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

Commit

Permalink
Composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Oct 11, 2016
1 parent 03975a2 commit 3711eae
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,27 @@ Install
composer install
```

### Using [Composer](https://getcomposer.org)
Require this repository from Dolibarr's composer:
```json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/gpcsolutions/sentry"
}
],
"require": {
"gpcsolutions/sentry": "dev-master"
}
}
```

Run
```sh
composer update
```

### From an archive release

Extract the archive to ```htdocs/custom```
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Send logs to a Sentry server",
"keywords": [
"dolibarr",
"template"
"sentry",
"logging"
],
"homepage": "https://github.com/gpcsolutions/sentry",
"license": "GPL-3.0+",
Expand Down

0 comments on commit 3711eae

Please sign in to comment.