summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-09 08:09:59 +0200
committerRemi Collet <remi@remirepo.net>2017-05-09 08:09:59 +0200
commitbf98de25f651e5ba46f4eb22f6d1b0b0b54d3bf5 (patch)
tree4fb8fc72371ff427b021f1b401a8804bbbffd53f /php-cs-fixer.spec
parent071daf0727c8b5b7b191b982ace26c78e14d198b (diff)
restore dual version (will be fixed later, when php-symfony3-phpunit-bridge will be available)
Diffstat (limited to 'php-cs-fixer.spec')
-rw-r--r--php-cs-fixer.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec
index af6eac2..c3b7d56 100644
--- a/php-cs-fixer.spec
+++ b/php-cs-fixer.spec
@@ -198,7 +198,10 @@ cat << 'EOF' | tee vendor/autoload.php
<?php
\Fedora\Autoloader\Dependencies::required([
'%{php_home}/GeckoPackages/PHPUnit/autoload.php',
- '%{php_home}/Symfony/Bridge/PhpUnit/autoload.php',
+ [
+ '%{php_home}/Symfony3/Bridge/PhpUnit/autoload.php',
+ '%{php_home}/Symfony/Bridge/PhpUnit/autoload.php',
+ ],
'%{php_home}/JsonSchema5/autoload.php',
'%{buildroot}%{php_home}/PhpCsFixer/autoload.php',
]);