summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-28 09:26:21 +0100
committerRemi Collet <remi@remirepo.net>2017-12-28 09:26:21 +0100
commitdebbaaf1dcbdb4493fcabd12e45222cc1d484019 (patch)
tree114f4501667db9b53d566875f5e18fdcac278d25 /php-cs-fixer.spec
parentabb547e03f662baaa4feeff93b16db49210f087e (diff)
mikey179/vfsStream only required at builtime
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r--php-cs-fixer.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec
index 5f43863..a56d567 100644
--- a/php-cs-fixer.spec
+++ b/php-cs-fixer.spec
@@ -22,7 +22,7 @@
Name: php-cs-fixer
Version: 2.9.0
-Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
+Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
Summary: A tool to automatically fix PHP code style
Group: Development/Tools
@@ -218,7 +218,6 @@ if (class_exists('PHPUnit\\Runner\\Version') && version_compare(PHPUnit\Runner\V
\Fedora\Autoloader\Dependencies::required([
'%{php_home}//Composer/Semver/autoload.php',
$gecko,
- '%{php_home}/org/bovigo/vfs/autoload.php',
'%{php_home}/Doctrine/Common/Annotations/autoload.php',
'%{php_home}/Symfony3/Component/Console/autoload.php',
'%{php_home}/Symfony3/Component/EventDispatcher/autoload.php',
@@ -253,6 +252,7 @@ cat << 'EOF' | tee vendor/autoload.php
// Force version for local, when both versions are available
\Fedora\Autoloader\Dependencies::required([
'%{php_home}/Symfony3/Bridge/PhpUnit/autoload.php',
+ '%{php_home}/org/bovigo/vfs/autoload.php',
'%{php_home}/JsonSchema5/autoload.php',
'%{php_home}/PhpCsFixer/AccessibleObject/autoload.php',
'%{buildroot}%{php_home}/PhpCsFixer/autoload.php',
@@ -294,6 +294,9 @@ exit $ret
%changelog
+* Thu Dec 28 2017 Remi Collet <remi@remirepo.net> - 2.9.0-2
+- mikey179/vfsStream only required at builtime
+
* Sat Dec 9 2017 Remi Collet <remi@remirepo.net> - 2.9.0-1
- Update to 2.9.0