Skip to content

Commit

Permalink
Updated documentation and composer.json
Browse files Browse the repository at this point in the history
Updated requirements
  • Loading branch information
AntonyThorpe committed Jan 9, 2019
1 parent 81f3b88 commit acd5157
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ A Silvershop submodule that adds bank deposit as a Payment Method

## Requirements
* [Silvershop module (a Silverstripe module)](https://github.com/silvershop/silvershop-core)
* [Omnipay/Manual](https://github.com/thephpleague/omnipay-manual)
* Will need `composer require league/omnipay:^3` too.

## Warning
It is assumed that people accessing the Settings folder can be trusted. This is where the bank account number is entered. If you think that a YAML file would be more secure, then please feel free to submit a pull request.
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log of Silvershop Bank Deposit

* 4.0.0 Updatd for Omnipay/Manual v3
* 3.0.0 Update for SilverShop 3/SilverStripe 4
* 2.0.0 Update for SilverShop 2
* 1.1.0 Update for new brand Silvershop v1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.*-dev"
"dev-master": "4.*-dev"
}
},
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions docs/en/installationconfiguration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Installation and Configuration of Silvershop Bank Deposit

# Installation
`composer require league/omnipay:^3` if using Guzzle.
`composer require antonythorpe/silvershop-bankdeposit`

## Configuration
Expand Down

0 comments on commit acd5157

Please sign in to comment.