diff options
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-behat-gherkin.spec | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index d627882..d2d41bd 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ }, "require-dev": { - "symfony/yaml": "~2.3|~3", - "symfony/phpunit-bridge": "~2.7|~3", + "symfony/yaml": "~2.3|~3|~4", + "symfony/phpunit-bridge": "~2.7|~3|~4", "phpunit/phpunit": "~4.5|~5" }, diff --git a/php-behat-gherkin.spec b/php-behat-gherkin.spec index 6d61151..dd1e345 100644 --- a/php-behat-gherkin.spec +++ b/php-behat-gherkin.spec @@ -12,8 +12,8 @@ %global github_owner Behat %global github_name Gherkin -%global github_version 4.6.1 -%global github_commit 25bdcaf37898b4a939fa3031d5d753ced97e4759 +%global github_version 4.6.2 +%global github_commit 51ac4500c4dc30cbaaabcd2f25694299df666a31 %global composer_vendor behat %global composer_project gherkin @@ -49,7 +49,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Gherkin DSL parser for PHP License: MIT @@ -170,6 +170,9 @@ exit $RETURN_CODE %changelog +* Wed Mar 18 2020 Shawn Iwinski <shawn@iwin.ski> - 4.6.2-1 +- Update to 4.6.2 (RHBZ #1808131) + * Tue Mar 17 2020 Shawn Iwinski <shawn@iwin.ski> - 4.6.1-2 - Conditional Symfony 2 or not |