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

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 11, 2018
2 parents 3bc0a90 + 0d28f93 commit df4ed56
Show file tree
Hide file tree
Showing 27 changed files with 857 additions and 699 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -73,8 +73,8 @@ before_script:
- bash install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION

script:
- grunt phpunit
- grunt phplint
- if [[ -z "$GRUNT" ]]; then grunt phpunit; fi
- if [[ -z "$GRUNT" ]]; then grunt phplint; fi
- if [[ "$GRUNT" == "1" ]]; then grunt; fi

after_success:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -17,4 +17,5 @@ So if the Sisow transaction IDs are empty you probably left the `issuerid` empty

## Documentation

* [Sisow REST API v3.2.1](http://pronamic.nl/wp-content/uploads/2014/11/sisow-rest-api-v3.2.1.pdf)
* [Sisow REST API v5.0.0](https://www.pronamic.nl/wp-content/uploads/2018/01/Sisow-REST-API-Versie-5.0.0.pdf)
* [Sisow REST API v3.2.1](https://www.pronamic.nl/wp-content/uploads/2014/11/sisow-rest-api-v3.2.1.pdf)
11 changes: 7 additions & 4 deletions composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "Sisow driver for the WordPress payment processing library.",
"keywords": ["wordpress", "wp", "pay", "sisow", "gateway", "pronamic"],
"homepage": "http://www.wp-pay.org/gateways/sisow/",
"license": "GPL-3.0+",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Pronamic",
Expand All @@ -24,7 +24,9 @@
"source": "https://github.com/wp-pay-gateways/sisow"
},
"autoload": {
"classmap": ["src/"]
"psr-4": {
"Pronamic\\WordPress\\Pay\\Gateways\\Sisow\\": "src/"
}
},
"config": {
"platform": {
Expand All @@ -33,8 +35,9 @@
},
"require": {
"php": "^5.3",
"wp-pay/core": "^1.3",
"wp-pay-gateways/common": "^1.0.2"
"pronamic/wp-datetime": "^1.0",
"wp-pay/core": "^2.0",
"wp-pay-gateways/common": "^2.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^1.0",
Expand Down
165 changes: 87 additions & 78 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df4ed56

Please sign in to comment.