Merge pull request #690 from schlessera/add/php-immediate-files

Add immediate file types for PHP ecosystem
This commit is contained in:
Benjamin Sago 2020-10-08 22:11:01 +01:00 committed by GitHub
commit ea62aab37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
])
}