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 4949require_once 'Symfony/Component/Finder/Iterator/FilenameFilterIterator.php ' ;
5050require_once 'Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php ' ;
5151require_once 'Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php ' ;
52+ require_once 'Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php ' ;
5253require_once 'Symfony/Component/Finder/SplFileInfo.php ' ;
5354require_once 'PHP/Token/Stream/Autoload.php ' ;
5455require_once 'Text/Template/Autoload.php ' ;
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ require_once 'Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php';
4949require_once 'Symfony/Component/Finder/Iterator/FilenameFilterIterator.php';
5050require_once 'Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php';
5151require_once 'Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php';
52+ require_once 'Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php';
5253require_once 'Symfony/Component/Finder/SplFileInfo.php';
5354require_once 'PHP/Token/Stream/Autoload.php';
5455require_once 'Text/Template/Autoload.php';
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ public function __construct()
103103 'Symfony/Component/Finder/Iterator/FilenameFilterIterator.php ' ,
104104 'Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php ' ,
105105 'Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php ' ,
106+ 'Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php ' ,
106107 'Symfony/Component/Finder/SplFileInfo.php ' ,
107108 'SymfonyComponents/YAML/sfYaml.php ' ,
108109 'SymfonyComponents/YAML/sfYamlDumper.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.0.9 </min >
147+ <min >2.1.0BETA4 </min >
148148 </package >
149149 <package >
150150 <name >PHP_TokenStream</name >
You can’t perform that action at this time.
0 commit comments