You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cache directory path uses Linux-style path notation (BEARSAMPP_LIN_PATH) but this appears to be a Windows environment based on the batch file. This will cause cache directory resolution issues.
Why: The current cache path uses Linux-style notation which will fail on Windows. Changing to Windows environment variable format with proper escaping ensures the cache directory will be correctly resolved in the Windows environment.
High
Fix environment variable path
The COMPOSER_HOME environment variable should point to a directory where Composer can store configuration and cache, not to the executable's directory. This could cause permission issues and unexpected behavior.
@echo off
-set COMPOSER_HOME=%~dp0+set COMPOSER_HOME=%APPDATA%\Composer
@php "%~dp0composer.phar" %*
Apply this suggestion
Suggestion importance[1-10]: 8
__
Why: Setting COMPOSER_HOME to the executable directory is problematic as it could cause permission issues and unexpected behavior. Using %APPDATA%\Composer is the standard location for Composer's home directory on Windows systems.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Type
Enhancement
Description
Added support for Composer version 2.8.8.
Introduced configuration files for Composer 2.8.8.
Updated
releases.propertieswith the 2.8.8 release URL.Adjusted
build.propertiesto reflect the new release version.Changes walkthrough 📝
composer.bat
Add batch script for Composer 2.8.8bin/composer2.8.8/composer.bat
COMPOSER_HOMEand invokedcomposer.phar.bearsampp.conf
Add configuration file for Composer 2.8.8bin/composer2.8.8/bearsampp.conf
composerVersion,composerExe, andbundleRelease.composer.json
Add composer.json for Composer 2.8.8bin/composer2.8.8/composer.json
composer.jsonfor Composer 2.8.8.releases.properties
Add release URL for Composer 2.8.8releases.properties
build.properties
Update build release versionbuild.properties
bundle.releaseto 2025.4.18.