-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS: Remove unneccessary repository info from Readme
- Loading branch information
1 parent
aa9b578
commit 885718a
Showing
1 changed file
with
5 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,11 @@ | ||
# Wegmeister.SendInBlue | ||
|
||
## Installation | ||
|
||
Add the following part in your global `composer.json` file: | ||
|
||
``` | ||
{ | ||
... | ||
repositories: { | ||
... | ||
"sendinblue": { | ||
"type": "git", | ||
"url": "[email protected]:diewegmeister/wegmeister.sendinblue.git", | ||
"no-api": true, | ||
"options": { | ||
"ssh2": { | ||
"username": "git", | ||
"pubkey_file": "~/.ssh/id_rsa.pub", | ||
"privkey_file": "~/.ssh/id_rsa" | ||
} | ||
} | ||
}, | ||
... | ||
}, | ||
"require": { | ||
... | ||
A simple Sendinblue finisher for Neos Forms. | ||
|
||
"wegmeister/sendinblue": "^1.0", | ||
... | ||
} | ||
... | ||
} | ||
``` | ||
## Installation | ||
|
||
Then run the following command to update your dependencies: | ||
Simply run the following command: | ||
|
||
``` | ||
composer update --no-dev | ||
``` | ||
|
||
> Don't forget to update the [Access keys](https://bitbucket.org/diewegmeister/wegmeister.sendinblue/admin/access-keys/) in Bitbucket. | ||
composer require wegmeister/sendinblue` | ||
``` |