Merge pull request #94 from rfussien/fix/add-the-xml-extension-to-prefil

add the xml.dist extesion to the prefil script
This commit is contained in:
Phil Sturgeon 2016-09-16 06:57:15 -04:00 committed by GitHub
commit f1bc4192b7

View file

@ -94,6 +94,7 @@ echo "\n";
$files = array_merge( $files = array_merge(
glob(__DIR__ . '/*.md'), glob(__DIR__ . '/*.md'),
glob(__DIR__ . '/*.xml.dist'),
glob(__DIR__ . '/composer.json'), glob(__DIR__ . '/composer.json'),
glob(__DIR__ . '/src/*.php') glob(__DIR__ . '/src/*.php')
); );