SOF3 / pharynx

A tool to recompile PHP sources into a phar in PSR-0
Apache License 2.0
17 stars 4 forks source link

Pharynx error when compressing. #16

Closed NeXusZinhow closed 12 months ago

NeXusZinhow commented 12 months ago

[~/Documentos/Development-PMMP] allyson  bin/php7/bin/php pharynx.phar -i ../Plugins/LobbySystem -c -p=LobbySystem.phar [16:30:54] Running composer install for plugin Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Generating autoload files 10 packages you are using are looking for funding. Use the composer fund command to find out more! phpstan/extension-installer: Extensions installed

phpstan/phpstan-strict-rules: installed [16:30:54] Notice: skipping non-virion dependency ../Plugins/LobbySystem/vendor/pocketmine/pocketmine-mp "libpmquery" is not a valid class name%

SOF3 commented 12 months ago

more information please

Nexus9w9 commented 12 months ago

Basically, it indicates that libpmquery does not have a valid class name, but apparently everything is ok.

https://packagist.org/packages/jasonw4331/libpmquery

SOF3 commented 12 months ago

The virion 3.0 spec requires that antigens have at least two path components. libpmquery is only one. Rename it to jasonw4331\libpmquery instead.