We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f541c30 + 6d9a0f4 commit e22bcc9Copy full SHA for e22bcc9
src/NewCommand.php
@@ -40,7 +40,7 @@ protected function configure()
40
*/
41
protected function execute(InputInterface $input, OutputInterface $output)
42
{
43
- if (! class_exists('ZipArchive')) {
+ if (! extension_loaded('zip')) {
44
throw new RuntimeException('The Zip PHP extension is not installed. Please install it and try again.');
45
}
46
0 commit comments