Add immediate file types for PHP ecosystem

Added the following imemdiate file types for PHP:
- `composer.json` for [Composer](https://getcomposer.org/), the defactor standard package manager for PHP;
- `RoboFile.php`, for [Robo](https://robo.li/), the PHP task runner.

Note: [Phing]() uses `build.xml`, which was already included in the list.
This commit is contained in:
Alain Schlesser 2020-06-21 11:52:33 +02:00
parent 78ba0b8973
commit 2ccc8fa093
No known key found for this signature in database
GPG Key ID: C2188A5B63449075

View File

@ -26,7 +26,7 @@ impl FileExtensions {
"Makefile", "Cargo.toml", "SConstruct", "CMakeLists.txt",
"build.gradle", "pom.xml", "Rakefile", "package.json", "Gruntfile.js",
"Gruntfile.coffee", "BUILD", "BUILD.bazel", "WORKSPACE", "build.xml",
"webpack.config.js", "meson.build",
"webpack.config.js", "meson.build", "composer.json", "RoboFile.php",
])
}