Nakiami / mellivora

Mellivora is a CTF engine written in PHP
GNU General Public License v3.0
440 stars 171 forks source link

Remove prestissimo #143

Closed rkevin-arch closed 3 years ago

rkevin-arch commented 3 years ago

The latest composer version seems to be 2.0.2, and prestissimo refuses to install:

  [InvalidArgumentException]                                                                                                           
  Package hirak/prestissimo at version  has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version  

Digging a bit deeper, it seems to only be used to parallelize composer downloads, which is already done in composer 2 (more details at https://github.com/hirak/prestissimo/issues/233) I think it's a good idea to remove it. Mellivora builds perfectly fine with it removed and seems to be functional.

Nakiami commented 3 years ago

Thanks!