diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-07-24 15:43:25 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-07-24 15:43:25 +0200 |
commit | ceff06a5ee66e65c75bc7f02de374d96eddcb469 (patch) | |
tree | cd887184eb1c979e6ed48ee2fe98f7531c4fbf22 /php-bartlett-PHP-Reflect-rpm.patch | |
parent | d4f0c7ece61c9a4f03b1b41c0d28bc5a1d9a6010 (diff) |
php-bartlett-PHP-Reflect: 2.0.0
Diffstat (limited to 'php-bartlett-PHP-Reflect-rpm.patch')
-rw-r--r-- | php-bartlett-PHP-Reflect-rpm.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-bartlett-PHP-Reflect-rpm.patch b/php-bartlett-PHP-Reflect-rpm.patch index ceb0739..d68238d 100644 --- a/php-bartlett-PHP-Reflect-rpm.patch +++ b/php-bartlett-PHP-Reflect-rpm.patch @@ -15,7 +15,7 @@ diff -up ./bin/phpreflect.rpm ./bin/phpreflect if (!getenv("REFLECT")) { $files = array( -@@ -21,7 +21,24 @@ if (\Phar::running()) { +@@ -21,7 +21,25 @@ if (\Phar::running()) { } } } @@ -35,6 +35,7 @@ diff -up ./bin/phpreflect.rpm ./bin/phpreflect + 'Symfony\\Component\\EventDispatcher' => $vendorDir, + 'Symfony\\Component\\Console' => $vendorDir, + 'Symfony\\Component\\ClassLoader' => $vendorDir, ++ 'Doctrine\\Common\\Cache' => $vendorDir, + 'Bartlett' => $vendorDir, +)); +$loader->register(); |