Fix for sandbox command

This commit is contained in:
Andy Miller
2015-12-02 12:38:56 -07:00
parent fa52e18e3f
commit ca5819489f

View File

@@ -48,7 +48,7 @@ class SandboxCommand extends ConsoleCommand
'/.editorconfig' => '/.editorconfig',
'/.gitignore' => '/.gitignore',
'/CHANGELOG.md' => '/CHANGELOG.md',
'/LICENSE' => '/LICENSE',
'/LICENSE.txt' => '/LICENSE.txt',
'/README.md' => '/README.md',
'/index.php' => '/index.php',
'/composer.json' => '/composer.json',