Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit 28cb441

Browse files
committed
Updated packages.
1 parent 87ab9dd commit 28cb441

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
77
## [Unreleased][unreleased]
88
-
99

10+
## [2.0.3] - 2019-08-26
11+
- Updated packages.
12+
1013
## [2.0.2] - 2019-03-29
1114
- Added support for additional payment data like customer, adresses, payment lines, etc.
1215
- Added gateway for AfterPay, Bancontact, Bank Transfer, Credit Card, Focum, Giropay, Maestro, PayPal and SOFORT.
@@ -40,7 +43,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
4043
### Added
4144
- First release.
4245

43-
[unreleased]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.2...HEAD
46+
[unreleased]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.3...HEAD
47+
[2.0.3]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.2...2.0.3
4448
[2.0.2]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.1...2.0.2
4549
[2.0.1]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/2.0.0...2.0.1
4650
[2.0.0]: https://github.com/wp-pay-extensions/wp-e-commerce/compare/1.0.5...2.0.0

composer.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@
2929
}
3030
},
3131
"config": {
32-
"platform": {
33-
"php": "5.3.3"
34-
}
32+
"sort-packages": true
3533
},
3634
"require": {
37-
"php": "^5.3",
38-
"wp-pay/core": "^2.1"
35+
"php": ">=5.6.20",
36+
"wp-pay/core": "^2.2"
3937
},
4038
"repositories": [
4139
{
@@ -63,15 +61,15 @@
6361
"require-dev": {
6462
"wp-e-commerce/wp-e-commerce": "^3.14",
6563
"dealerdirect/phpcodesniffer-composer-installer": "^0.5",
66-
"php-coveralls/php-coveralls": "^1.1",
67-
"phpcompatibility/php-compatibility": "^9.1",
64+
"php-coveralls/php-coveralls": "^2.1",
65+
"phpcompatibility/php-compatibility": "^9.2",
6866
"phpcompatibility/phpcompatibility-wp": "^2.0",
69-
"phpmd/phpmd": "^2.4",
70-
"phpunit/phpunit": "^4.8",
71-
"roots/wordpress": "^5.0",
72-
"squizlabs/php_codesniffer": "^2.9",
73-
"wp-coding-standards/wpcs": "^1.2",
74-
"wp-phpunit/wp-phpunit": "^5.0"
67+
"phpmd/phpmd": "^2.7",
68+
"phpunit/phpunit": "^5.7 || ^6.0",
69+
"roots/wordpress": "^5.2",
70+
"squizlabs/php_codesniffer": "^3.4",
71+
"wp-coding-standards/wpcs": "^2.1",
72+
"wp-phpunit/wp-phpunit": "^5.2"
7573
},
7674
"scripts": {
7775
"coveralls": "vendor/bin/coveralls -v",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-e-commerce",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "WP eCommerce driver for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",
@@ -38,6 +38,6 @@
3838
"grunt-phplint": "0.1.0",
3939
"grunt-phpmd": "^0.1.1",
4040
"grunt-phpunit": "^0.3.6",
41-
"load-grunt-tasks": "^5.0.0"
41+
"load-grunt-tasks": "^5.1.0"
4242
}
4343
}

phpcs.xml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@
2929
<exclude name="WordPress.Files.FileName.NotHyphenatedLowercase" />
3030

3131
<exclude name="WordPress.Security.SafeRedirect.wp_redirect_wp_redirect" />
32-
33-
<exclude name="WordPress.XSS.EscapeOutput" />
3432
</rule>
3533
</ruleset>

0 commit comments

Comments
 (0)