Skip to content

Commit

Permalink
Support (and require) Symfony/Finder 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 24, 2012
1 parent 4adbb0f commit fa3943e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions PHPLOC/Autoload.php
Expand Up @@ -47,6 +47,7 @@
require 'Symfony/Component/Finder/Iterator/FilenameFilterIterator.php';
require 'Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php';
require 'Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php';
require 'Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php';
require 'Symfony/Component/Finder/SplFileInfo.php';
require 'ezc/Base/base.php';

Expand Down
1 change: 1 addition & 0 deletions PHPLOC/Autoload.php.in
Expand Up @@ -47,6 +47,7 @@ require 'Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php';
require 'Symfony/Component/Finder/Iterator/FilenameFilterIterator.php';
require 'Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php';
require 'Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php';
require 'Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php';
require 'Symfony/Component/Finder/SplFileInfo.php';
require 'ezc/Base/base.php';

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Expand Up @@ -77,7 +77,7 @@
<package>
<name>Finder</name>
<channel>pear.symfony.com</channel>
<min>2.0.9</min>
<min>2.1.0BETA4</min>
</package>
<package>
<name>ConsoleTools</name>
Expand Down

0 comments on commit fa3943e

Please sign in to comment.