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/Filesystem
Fabien Potencier 374a0b2eb5 Merge branch '5.1'
* 5.1:
  fix passing arguments to call_user_func_array() on PHP 8
  allow Doctrine DBAL 3
  [Filesystem] fix test on PHP 8
2020-08-21 19:20:41 +02:00
..
Exception Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +01:00
Tests replace the deprecated assertDirectoryNotExists() method 2020-08-17 14:24:05 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Filesystem] Add $suffix argument to tempnam() 2020-02-04 09:09:47 +01:00
composer.json Merge branch '5.1' 2020-05-20 19:44:07 +02:00
Filesystem.php Merge branch '4.4' into 5.1 2020-08-21 19:19:47 +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 Update links to documentation 2020-01-04 13:05:51 +01:00

Filesystem Component

The Filesystem component provides basic utilities for the filesystem.

Resources