This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Finder
Nicolas Grekas 3969948cbc Merge branch '4.2'
* 4.2:
  fix merge
2019-02-23 16:42:19 +01:00
..
Comparator Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Exception fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Iterator fixed CS 2019-01-16 21:35:37 +01:00
Tests fix merge 2019-02-23 16:42:05 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Finder] make reverse sorting a bit more generic 2018-10-10 05:18:16 -07:00
composer.json updated version to 4.3 2018-11-26 17:19:01 +01:00
Finder.php Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
Glob.php fixed short array CS in comments 2019-01-16 14:27:11 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
SplFileInfo.php Merge branch '3.4' into 4.0 2018-05-16 11:05:32 +02:00

Finder Component

The Finder component finds files and directories via an intuitive fluent interface.

Resources