From 67434d4b8258784ae7594e65814f4892db1297f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Mar 2017 12:59:49 +0100 Subject: php-consolidation-output-formatters: 3.1.8 --- composer.json | 6 +++--- php-consolidation-output-formatters.spec | 12 +++++++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 2f9eb82..5e25eb0 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ }, "require": { "php": ">=5.4.0", - "symfony/console": "~2.5|~3.0", + "symfony/console": "^2.8|~3", "symfony/finder": "~2.5|~3.0" }, "require-dev": { - "phpunit/phpunit": "4.*", + "phpunit/phpunit": "^4.8", "satooshi/php-coveralls": "^1.0", - "squizlabs/php_codesniffer": "2.*", + "squizlabs/php_codesniffer": "^2.7", "victorjonsson/markdowndocs": "^1.3" }, "scripts": { diff --git a/php-consolidation-output-formatters.spec b/php-consolidation-output-formatters.spec index 17078ac..78a4724 100644 --- a/php-consolidation-output-formatters.spec +++ b/php-consolidation-output-formatters.spec @@ -12,19 +12,18 @@ %global github_owner consolidation-org %global github_name output-formatters -%global github_version 3.1.7 -%global github_commit da39a0f14d5aaaee06732bb7cef2aea1de056b40 +%global github_version 3.1.8 +%global github_commit 0b50ba1134d581fd55376f3e21508dab009ced47 %global composer_vendor consolidation %global composer_project output-formatters # "php": ">=5.4.0" %global php_min_ver 5.4.0 -# "symfony/console": "~2.5|~3.0" +# "symfony/console": "^2.8|~3" # "symfony/finder": "~2.5|~3.0" -# NOTE: Min version not 2.5 because autoloader required # NOTE: Min version not 4.0 because v3 not packaged yet -%global symfony_min_ver 2.7.1 +%global symfony_min_ver 2.8 %global symfony_max_ver 3.0 # Build using "--without tests" to disable tests @@ -160,6 +159,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 2 2017 Remi Collet - 3.1.8-1 +- Update to 3.1.8 + * Tue Feb 28 2017 Shawn Iwinski - 3.1.7-1 - Update to 3.1.7 (RHBZ #1415386) -- cgit