Not a bug XF 2.3 Release Builder - ZipArchive missing?

willl

Well-known member
Affected version
2.3 RC3
Wanted to get the build process tested for the new styles, and got the following error when running xf-designer:build-release all.

Code:
In ReleaseBuilder.php line 564:
                                                                  
  Class "League\Flysystem\ZipArchive\ZipArchiveAdapter" not found 
                                                                  

In ReleaseBuilder.php line 564:
                                                                  
  Class "League\Flysystem\ZipArchive\ZipArchiveAdapter" not found
 
We don't actually have a xf-designer:build-release command.

Is this possibly a custom command? We haven't included the ZipArchiveAdapter in our code for a long time and isn't currently in our release code.
 
Last time we included ZipArchiveAdapter in our code btw was circa 2.1. We just use the ZipArchive extension these days.
 
Back
Top Bottom