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
Fabien Potencier 5d15ce4e65 Merge branch '5.1'
* 5.1:
  stop using deprecated PHPUnit APIs
2020-08-17 12:01:44 +02:00
..
Comparator [5.0][Finder] add parameter type-hints 2019-07-05 09:02:45 +02:00
Exception Throw a dedicated exception for non-existing directory 2019-03-28 12:28:31 +01:00
Iterator Merge branch '4.4' into 5.0 2020-02-14 08:43:07 +01:00
Tests Merge branch '4.4' into 5.1 2020-08-17 12:01:29 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
composer.json Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
Finder.php Merge branch '4.4' into 5.0 2020-02-14 08:43:07 +01:00
Gitignore.php Fix CS 2020-08-17 09:39:58 +02:00
Glob.php [5.0][Finder] add parameter type-hints 2019-07-05 09:02:45 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +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 fixed CS 2019-06-13 13:03:18 +02:00

Finder Component

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

Resources