Skip to content

Commit

Permalink
test: Fix the CI (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Oct 17, 2023
1 parent 67dc600 commit 1105b7d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Box Requirements Checker
========================

> Using PHP PHP_VERSION
> PHP is using the following php.ini file:
WARNING: No configuration file (php.ini) used by PHP!
> PHP is not using any php.ini file.

> Checking Box requirements:
✘ The application requires a version matching "^10".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Box Requirements Checker
========================

> Using PHP PHP_VERSION
> PHP is using the following php.ini file:
WARNING: No configuration file (php.ini) used by PHP!
> PHP is not using any php.ini file.

> Checking Box requirements:
✘ The application requires a version matching "^10".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Box Requirements Checker
========================

> Using PHP PHP_VERSION
> PHP is using the following php.ini file:
WARNING: No configuration file (php.ini) used by PHP!
> PHP is not using any php.ini file.

> Checking Box requirements:
✔ The application requires the extension "phar".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Box Requirements Checker
========================

> Using PHP PHP_VERSION
> PHP is using the following php.ini file:
WARNING: No configuration file (php.ini) used by PHP!
> PHP is not using any php.ini file.

> Checking Box requirements:
✔ The application requires a version matching ">=5.3".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Box Requirements Checker
========================

> Using PHP PHP_VERSION
> PHP is using the following php.ini file:
WARNING: No configuration file (php.ini) used by PHP!
> PHP is not using any php.ini file.

> Checking Box requirements:
✔ The application requires a version matching ">=5.3".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Box Requirements Checker
========================

> Using PHP PHP_VERSION
> PHP is using the following php.ini file:
WARNING: No configuration file (php.ini) used by PHP!
> PHP is not using any php.ini file.

> No requirements found.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Box Requirements Checker
========================

> Using PHP PHP_VERSION
> PHP is using the following php.ini file:
WARNING: No configuration file (php.ini) used by PHP!
> PHP is not using any php.ini file.

> No requirements found.

Expand Down
2 changes: 1 addition & 1 deletion src/Composer/ComposerOrchestrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function getVendorDir(): string

$this->logger->info($vendorDirProcess->getCommandLine());

$vendorDirProcess->run(env: $this->processFactory->getDefaultEnvVars());
$vendorDirProcess->run();

if (false === $vendorDirProcess->isSuccessful()) {
throw new RuntimeException(
Expand Down

0 comments on commit 1105b7d

Please sign in to comment.