foxy icon indicating copy to clipboard operation
foxy copied to clipboard

A fast, reliable, and secure NPM/Yarn/pnpm bridge for Composer

Results 5 foxy issues
Sort by recently updated
recently updated
newest added

Running `composer update --lock` updates `package-lock.json`. It shouldn't

I'm running `composer install` and found that `package-lock.json` has been altered. We're committing the lock file. How to prevent updating an existing lock?

Fix compatibility composer 2.5.

enhancement

![image](https://github.com/fxpio/foxy/assets/2662845/5a66fab8-02e4-4302-be93-40672d69efdf) `PHP Fatal error: Declaration of Foxy\Json\JsonFile::encode($data, $options = 448) must be compatible with Composer\Json\JsonFile::encode($data, int $options = 448, string $indent = self::INDENT_DEFAULT): string in /www/wwwroot/yii-advanced-application/vendor/foxy/foxy/Json/JsonFile.php on line 98` the...

The error: ``` PHP Fatal error: Declaration of Foxy\Json\JsonFile::encode($data, $options = 448) must be compatible with Composer\Json\JsonFile::encode($data, int $options = 448, string $indent = self::INDENT_DEFAULT): string in vendor/foxy/foxy/Json/JsonFile.php on line...