@capsulescodes/browser-php 0.6.3 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/env.js +3000 -3029
  3. package/package.json +11 -11
package/README.md CHANGED
@@ -107,7 +107,7 @@ npm run composer
107
107
  > / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /
108
108
  > \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
109
109
  > /_/
110
- > Composer version 2.7.7 2024-06-10 22:11:12
110
+ > Composer version 2.9.2 2025-11-19 21:57:25
111
111
  ```
112
112
 
113
113
  <br>
@@ -117,10 +117,10 @@ npm run composer
117
117
 
118
118
  The scripts can be configured with environment variables
119
119
 
120
- - `BROWSER_PHP_VERSION` : The PHP version you need | default : `8.3`
120
+ - `BROWSER_PHP_VERSION` : The PHP version you need | default : `8.4`
121
121
  - `BROWSER_PHP_CLI` : The CLI output mode | default : `xterm`
122
122
 
123
- - `BROWSER_PHP_COMPOSER_VERSION` : The Composer executable version | default : `2.8.9`
123
+ - `BROWSER_PHP_COMPOSER_VERSION` : The Composer executable version | default : `2.9.2`
124
124
  - `BROWSER_PHP_COMPOSER_PATH` : The Composer executable path | default : `vendor/bin`
125
125
  - `BROWSER_PHP_COMPOSER_NAME` : The Composer executable name | default : `composer`
126
126