File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4545
4646require_once 'Symfony/Component/Finder/Finder.php ' ;
4747require_once 'Symfony/Component/Finder/Glob.php ' ;
48+ require_once 'Symfony/Component/Finder/Iterator/FilterIterator.php ' ;
4849require_once 'Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php ' ;
4950require_once 'Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php ' ;
5051require_once 'Symfony/Component/Finder/Iterator/FilenameFilterIterator.php ' ;
Original file line number Diff line number Diff line change 4545
4646require_once 'Symfony/Component/Finder/Finder.php';
4747require_once 'Symfony/Component/Finder/Glob.php';
48+ require_once 'Symfony/Component/Finder/Iterator/FilterIterator.php';
4849require_once 'Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php';
4950require_once 'Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php';
5051require_once 'Symfony/Component/Finder/Iterator/FilenameFilterIterator.php';
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ public function __construct()
9999 $ files = array (
100100 'Symfony/Component/Finder/Finder.php ' ,
101101 'Symfony/Component/Finder/Glob.php ' ,
102+ 'Symfony/Component/Finder/Iterator/FilterIterator.php ' ,
102103 'Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php ' ,
103104 'Symfony/Component/Finder/Iterator/FilenameFilterIterator.php ' ,
104105 'Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php ' ,
Original file line number Diff line number Diff line change 144144 <package >
145145 <name >Finder</name >
146146 <channel >pear.symfony.com</channel >
147- <min >2.1.0BETA4 </min >
147+ <min >2.1.0RC1 </min >
148148 </package >
149149 <package >
150150 <name >PHP_TokenStream</name >
You can’t perform that action at this time.
0 commit comments