diff --git a/composer.json b/composer.json index e75f864..c11b616 100644 --- a/composer.json +++ b/composer.json @@ -29,10 +29,10 @@ "require": { "php": ">=5.2.4", "xrstf/composer-php52": "1.*", - "wp-pay/core": "dev-develop", - "wp-pay-gateways/common": "dev-develop", - "wp-pay-gateways/ideal": "dev-develop", - "wp-pay-gateways/ideal-advanced": "dev-develop" + "wp-pay/core": "^1.3.1", + "wp-pay-gateways/common": "^1.0.0", + "wp-pay-gateways/ideal": "^1.1.1", + "wp-pay-gateways/ideal-advanced": "^1.1.2" }, "require-dev": { "phpmd/phpmd": "^2.2.3", diff --git a/composer.lock b/composer.lock index dd3fab2..bb48888 100644 --- a/composer.lock +++ b/composer.lock @@ -4,29 +4,34 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "ea227795a28061596ddda0b4304633e5", - "content-hash": "0a94e6838ffa95f689fed344cee1e8a5", + "hash": "916d81e04bc4c9ece68e0c37f3369e83", + "content-hash": "564d27a20b105f553ab7de4b08112f2f", "packages": [ { "name": "wp-pay-gateways/common", - "version": "dev-develop", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/common.git", - "reference": "66a36014eaa96b657fd3ac3ade7f6c68c1b3c695" + "reference": "4020ab38efaea0a8366458fd8c4835c53c624cb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-pay-gateways/common/zipball/66a36014eaa96b657fd3ac3ade7f6c68c1b3c695", - "reference": "66a36014eaa96b657fd3ac3ade7f6c68c1b3c695", + "url": "https://api.github.com/repos/wp-pay-gateways/common/zipball/4020ab38efaea0a8366458fd8c4835c53c624cb5", + "reference": "4020ab38efaea0a8366458fd8c4835c53c624cb5", "shasum": "" }, "require": { "php": ">=5.2.4", - "wp-pay/core": "dev-develop" + "wp-pay/core": ">=1.3.0", + "xrstf/composer-php52": "1.*" }, "require-dev": { - "satooshi/php-coveralls": "dev-master" + "phpmd/phpmd": "^2.2.3", + "satooshi/php-coveralls": "^0.7.1", + "squizlabs/php_codesniffer": "^2.2.0", + "wp-cli/wp-cli": "^0.21.1", + "wp-coding-standards/wpcs": "0.8.0" }, "type": "library", "autoload": { @@ -62,24 +67,24 @@ "wordpress", "wp" ], - "time": "2015-11-19 07:11:15" + "time": "2016-01-29 14:12:41" }, { "name": "wp-pay-gateways/ideal", - "version": "dev-develop", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal.git", - "reference": "aa2611ac84b14a0f9ecb1e3e638cdb53713eabf2" + "reference": "55b8c2f63b43eabad949966b29d5d73d954d2070" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-pay-gateways/ideal/zipball/aa2611ac84b14a0f9ecb1e3e638cdb53713eabf2", - "reference": "aa2611ac84b14a0f9ecb1e3e638cdb53713eabf2", + "url": "https://api.github.com/repos/wp-pay-gateways/ideal/zipball/55b8c2f63b43eabad949966b29d5d73d954d2070", + "reference": "55b8c2f63b43eabad949966b29d5d73d954d2070", "shasum": "" }, "require": { - "wp-pay/core": "dev-develop" + "wp-pay/core": "^1.3.1" }, "require-dev": { "satooshi/php-coveralls": "dev-master" @@ -101,30 +106,35 @@ "wordpress", "wp" ], - "time": "2015-12-02 08:24:42" + "time": "2016-01-29 15:05:56" }, { "name": "wp-pay-gateways/ideal-advanced", - "version": "dev-develop", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/wp-pay-gateways/ideal-advanced.git", - "reference": "4e3d7de7411696c66cdf2d1b5a0ce2c9eb238ffb" + "reference": "4f863e2d9893ffa89318d9c15a9f18bcb276cada" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-pay-gateways/ideal-advanced/zipball/4e3d7de7411696c66cdf2d1b5a0ce2c9eb238ffb", - "reference": "4e3d7de7411696c66cdf2d1b5a0ce2c9eb238ffb", + "url": "https://api.github.com/repos/wp-pay-gateways/ideal-advanced/zipball/4f863e2d9893ffa89318d9c15a9f18bcb276cada", + "reference": "4f863e2d9893ffa89318d9c15a9f18bcb276cada", "shasum": "" }, "require": { "php": ">=5.2.4", - "wp-pay-gateways/common": "dev-develop", - "wp-pay-gateways/ideal": "dev-develop", - "wp-pay/core": "dev-develop" + "wp-pay-gateways/common": "^1.0.0", + "wp-pay-gateways/ideal": "^1.1.1", + "wp-pay/core": "^1.3.1", + "xrstf/composer-php52": "1.*" }, "require-dev": { - "satooshi/php-coveralls": "dev-master" + "phpmd/phpmd": "^2.2.3", + "satooshi/php-coveralls": "^0.7.1", + "squizlabs/php_codesniffer": "^2.2.0", + "wp-cli/wp-cli": "^0.21.1", + "wp-coding-standards/wpcs": "0.8.0" }, "type": "library", "autoload": { @@ -144,24 +154,32 @@ "wordpress", "wp" ], - "time": "2015-12-16 15:09:17" + "time": "2016-02-01 10:02:39" }, { "name": "wp-pay/core", - "version": "dev-develop", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/wp-pay/core.git", - "reference": "64e63674a591787c442e0b74dc5f709e36adcedf" + "reference": "ef03f9f16d54546915ef697e1bd91b7392d8c5df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-pay/core/zipball/64e63674a591787c442e0b74dc5f709e36adcedf", - "reference": "64e63674a591787c442e0b74dc5f709e36adcedf", + "url": "https://api.github.com/repos/wp-pay/core/zipball/ef03f9f16d54546915ef697e1bd91b7392d8c5df", + "reference": "ef03f9f16d54546915ef697e1bd91b7392d8c5df", "shasum": "" }, "require": { - "php": ">=5.2.4" + "php": ">=5.2.4", + "xrstf/composer-php52": "1.*" + }, + "require-dev": { + "phpmd/phpmd": "^2.2.3", + "satooshi/php-coveralls": "^0.7.1", + "squizlabs/php_codesniffer": "^2.2.0", + "wp-cli/wp-cli": "^0.21.1", + "wp-coding-standards/wpcs": "0.8.0" }, "type": "library", "autoload": { @@ -197,7 +215,7 @@ "wordpress", "wp" ], - "time": "2015-12-10 15:55:11" + "time": "2016-01-22 15:28:45" }, { "name": "xrstf/composer-php52", @@ -778,16 +796,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "2.5.0", + "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "e4fb41d5d0387d556e2c25534d630b3cce90ea67" + "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e4fb41d5d0387d556e2c25534d630b3cce90ea67", - "reference": "e4fb41d5d0387d556e2c25534d630b3cce90ea67", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6731851d6aaf1d0d6c58feff1065227b7fda3ba8", + "reference": "6731851d6aaf1d0d6c58feff1065227b7fda3ba8", "shasum": "" }, "require": { @@ -805,7 +823,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -851,20 +869,20 @@ "phpcs", "standards" ], - "time": "2015-12-11 00:12:46" + "time": "2016-01-19 23:39:10" }, { "name": "symfony/config", - "version": "v2.8.1", + "version": "v2.8.2", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2" + "reference": "41ee6c70758f40fa1dbf90d019ae0a66c4a09e74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2", - "reference": "17d4b2e64ce1c6ba7caa040f14469b3c44d7f7d2", + "url": "https://api.github.com/repos/symfony/config/zipball/41ee6c70758f40fa1dbf90d019ae0a66c4a09e74", + "reference": "41ee6c70758f40fa1dbf90d019ae0a66c4a09e74", "shasum": "" }, "require": { @@ -901,7 +919,7 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2015-12-26 13:37:56" + "time": "2016-01-03 15:33:41" }, { "name": "symfony/console", @@ -965,16 +983,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v2.8.1", + "version": "v2.8.2", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "c5086d186f538c2711b9af6f727be7b0446979cd" + "reference": "ba94a914e244e0d05f0aaef460d5558d5541d2b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c5086d186f538c2711b9af6f727be7b0446979cd", - "reference": "c5086d186f538c2711b9af6f727be7b0446979cd", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ba94a914e244e0d05f0aaef460d5558d5541d2b1", + "reference": "ba94a914e244e0d05f0aaef460d5558d5541d2b1", "shasum": "" }, "require": { @@ -1023,20 +1041,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2015-12-26 13:37:56" + "time": "2016-01-12 17:46:01" }, { "name": "symfony/event-dispatcher", - "version": "v2.8.1", + "version": "v2.8.2", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc" + "reference": "ee278f7c851533e58ca307f66305ccb9188aceda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc", - "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ee278f7c851533e58ca307f66305ccb9188aceda", + "reference": "ee278f7c851533e58ca307f66305ccb9188aceda", "shasum": "" }, "require": { @@ -1083,20 +1101,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2015-10-30 20:15:42" + "time": "2016-01-13 10:28:07" }, { "name": "symfony/filesystem", - "version": "v2.8.1", + "version": "v2.8.2", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "a7ad724530a764d70c168d321ac226ba3d2f10fc" + "reference": "637b64d0ee10f44ae98dbad651b1ecdf35a11e8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/a7ad724530a764d70c168d321ac226ba3d2f10fc", - "reference": "a7ad724530a764d70c168d321ac226ba3d2f10fc", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/637b64d0ee10f44ae98dbad651b1ecdf35a11e8c", + "reference": "637b64d0ee10f44ae98dbad651b1ecdf35a11e8c", "shasum": "" }, "require": { @@ -1132,20 +1150,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2015-12-22 10:25:57" + "time": "2016-01-13 10:28:07" }, { "name": "symfony/finder", - "version": "v2.8.1", + "version": "v2.8.2", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "dd41ae57f4f737be271d944a0cc5f5f21203a7c6" + "reference": "c90fabdd97e431ee19b6383999cf35334dff27da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/dd41ae57f4f737be271d944a0cc5f5f21203a7c6", - "reference": "dd41ae57f4f737be271d944a0cc5f5f21203a7c6", + "url": "https://api.github.com/repos/symfony/finder/zipball/c90fabdd97e431ee19b6383999cf35334dff27da", + "reference": "c90fabdd97e431ee19b6383999cf35334dff27da", "shasum": "" }, "require": { @@ -1181,20 +1199,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2015-12-05 11:09:21" + "time": "2016-01-14 08:26:52" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.0.1", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25" + "reference": "1289d16209491b584839022f29257ad859b8532d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/49ff736bd5d41f45240cec77b44967d76e0c3d25", - "reference": "49ff736bd5d41f45240cec77b44967d76e0c3d25", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", + "reference": "1289d16209491b584839022f29257ad859b8532d", "shasum": "" }, "require": { @@ -1206,7 +1224,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -1240,7 +1258,7 @@ "portable", "shim" ], - "time": "2015-11-20 09:19:13" + "time": "2016-01-20 09:13:37" }, { "name": "symfony/stopwatch", @@ -1488,12 +1506,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "wp-pay/core": 20, - "wp-pay-gateways/common": 20, - "wp-pay-gateways/ideal": 20, - "wp-pay-gateways/ideal-advanced": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { diff --git a/package.json b/package.json index 287f075..a012341 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "homepage": "http://www.wp-pay.org/gateways/fortis-bank-ideal-integrated/", "devDependencies": { "grunt": "~0.4.5", - "grunt-contrib-jshint": "^0.11.3", + "grunt-contrib-jshint": "^0.12.0", "grunt-phpcs": "^0.4.0", - "grunt-phplint": "0.0.6", + "grunt-phplint": "0.0.8", "grunt-phpmd": "^0.1.1", "grunt-phpunit": "^0.3.6", "load-grunt-tasks": "^3.4.0" diff --git a/src/Config.php b/src/Config.php index 3552839..38bd9f8 100644 --- a/src/Config.php +++ b/src/Config.php @@ -5,6 +5,7 @@ * Description: * Copyright: Copyright (c) 2005 - 2016 * Company: Pronamic + * * @author Remco Tolsma * @version 1.0.0 */ diff --git a/src/ConfigFactory.php b/src/ConfigFactory.php index f5a3a01..2a10cb4 100644 --- a/src/ConfigFactory.php +++ b/src/ConfigFactory.php @@ -5,11 +5,12 @@ * Description: * Copyright: Copyright (c) 2005 - 2016 * Company: Pronamic + * * @author Remco Tolsma * @version 1.0.0 */ class Pronamic_WP_Pay_Gateways_FortisBank_IDealIntegrated_ConfigFactory extends Pronamic_WP_Pay_Gateways_IDealAdvanced_ConfigFactory { public function __construct() { - parent::__construct( 'Pronamic_WP_Pay_Gateways_FortisBank_IDealIntegrated_Config', 'Pronamic_WP_Pay_Gateways_FortisBank_IDealIntegrated_ConfigTest' ); + parent::__construct( 'Pronamic_WP_Pay_Gateways_FortisBank_IDealIntegrated_Config', 'Pronamic_WP_Pay_Gateways_FortisBank_IDealIntegrated_TestConfig' ); } } diff --git a/src/Integration.php b/src/Integration.php index 73e1131..a7e303a 100644 --- a/src/Integration.php +++ b/src/Integration.php @@ -5,6 +5,7 @@ * Description: * Copyright: Copyright (c) 2005 - 2016 * Company: Pronamic + * * @author Remco Tolsma * @version 1.0.0 */ diff --git a/src/TestConfig.php b/src/TestConfig.php index 93cf8fb..ef7d7fa 100644 --- a/src/TestConfig.php +++ b/src/TestConfig.php @@ -5,6 +5,7 @@ * Description: * Copyright: Copyright (c) 2005 - 2016 * Company: Pronamic + * * @author Remco Tolsma * @version 1.0.0 */ diff --git a/tests/ConfigFactoryTest.php b/tests/ConfigFactoryTest.php index b04b2b9..6a1cc4d 100644 --- a/tests/ConfigFactoryTest.php +++ b/tests/ConfigFactoryTest.php @@ -5,6 +5,7 @@ * Description: * Copyright: Copyright (c) 2005 - 2016 * Company: Pronamic + * * @author Remco Tolsma * @version 1.0.0 */ diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index 2df3e94..493f903 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -3,8 +3,9 @@ /** * Title: Fortis Bank - iDEAL Integrated - Config test * Description: - * Copyright: Copyright (c) 2005 - 2014 + * Copyright: Copyright (c) 2005 - 2016 * Company: Pronamic + * * @author Remco Tolsma * @version 1.0.0 */ diff --git a/tests/IntegrationTest.php b/tests/IntegrationTest.php index 60a75c9..70f8eda 100644 --- a/tests/IntegrationTest.php +++ b/tests/IntegrationTest.php @@ -5,6 +5,7 @@ * Description: * Copyright: Copyright (c) 2005 - 2016 * Company: Pronamic + * * @author Remco Tolsma * @version 1.0.0 */ diff --git a/tests/TestConfigTest.php b/tests/TestConfigTest.php index a60038d..0cb5c5c 100644 --- a/tests/TestConfigTest.php +++ b/tests/TestConfigTest.php @@ -3,8 +3,9 @@ /** * Title: Fortis Bank - iDEAL Integrated - Config test test * Description: - * Copyright: Copyright (c) 2005 - 2014 + * Copyright: Copyright (c) 2005 - 2016 * Company: Pronamic + * * @author Remco Tolsma * @version 1.0.0 */