From 92b58b58797abd6ae57eb19a23da0d5a5f37f525 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 23 Feb 2016 10:05:44 -0600 Subject: [PATCH 1/3] Updated dependencies Updated dependencies to known-stable, forwards-compatible versions. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 0db3dde..dae3ec3 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ } }, "require": { - "php": ">=5.5", - "zendframework/zend-math": "~2.5", - "zendframework/zend-stdlib": "~2.5" + "php": "^5.5 || ^7.0", + "zendframework/zend-math": "^2.6", + "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { - "zendframework/zend-session": "~2.5", - "zendframework/zend-text": "~2.5", - "zendframework/zend-validator": "~2.5", + "zendframework/zend-session": "^2.6", + "zendframework/zend-text": "^2.6", + "zendframework/zend-validator": "^2.6", "zendframework/zendservice-recaptcha": "*", "fabpot/php-cs-fixer": "1.7.*", "phpunit/PHPUnit": "~4.0" From a879135d75923486c7d72411b6647dcee70806d1 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 23 Feb 2016 10:06:23 -0600 Subject: [PATCH 2/3] Require PHP 7 builds to succeed --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e18b248..6c36ce3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,6 @@ matrix: - php: 7 - php: hhvm allow_failures: - - php: 7 - php: hhvm notifications: From 2f932439ac793bd13ca94813c7fcfcd4536ff498 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 23 Feb 2016 10:14:25 -0600 Subject: [PATCH 3/3] Added CHANGELOG for #18 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a92cb..b2385f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.5.4 - TBD +## 2.5.4 - 2016-02-23 ### Added @@ -18,7 +18,8 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#18](https://github.com/zendframework/zend-captcha/pull/18) updates + dependencies to known-stable, forwards-compatible versions. ## 2.5.3 - 2016-02-22