Skip to content

Commit 77b4f69

Browse files
authored
Merge pull request #28 from Bearsampp/2.9.2
Add configuration and release details for composer version 2.9.2
2 parents 91f94ed + b078042 commit 77b4f69

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
composerVersion = "2.9.2"
2+
composerExe = "composer.bat"
3+
4+
bundleRelease = "@RELEASE_VERSION@"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
set COMPOSER_HOME=%~dp0
3+
@php "%~dp0composer.phar" %*
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"config": {
3+
"cache-dir": "~BEARSAMPP_LIN_PATH~/tmp/composer"
4+
},
5+
"require-dev": {
6+
"phpunit/phpunit": "^9.0"
7+
}
8+
}

β€Žbuild.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = composer
2-
bundle.release = 2025.8.15
2+
bundle.release = 2025.11.19
33

44
bundle.type = tools
55
bundle.format = 7z

β€Žmodule-composer.RELEASE.launchβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
Β (0)