Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 19, 2023
1 parent fed7da1 commit 41e0430
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Box Requirements Checker
> PHP is not using any php.ini file.

> Checking Box requirements:
The application requires a version matching "^10".
The application requires the extension "phar".
This application requires a PHP version matching "^10".
This application requires the extension "phar".
✔ The package "package-with-extensions" requires the extension "json".
✘ The package "package-with-extensions" requires the extension "ldap".
The package "package-with-extensions" requires the extension "random".
The package "package-with-extensions" requires the extension "random".


[ERROR] Your system is not ready to run the application.
Expand All @@ -19,11 +19,8 @@ Box Requirements Checker
Fix the following mandatory requirements:
=========================================

* The application requires a version matching "^10".
* This application requires a PHP version matching "^10".
* The package "package-with-extensions" requires the extension "ldap". You
either need to enable it or request the application to be shipped with a
polyfill for this extension.
* The package "package-with-extensions" requires the extension "random". You
either need to enable it or request the application to be shipped with a
polyfill for this extension.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Box Requirements Checker
> PHP is not using any php.ini file.

> Checking Box requirements:
The application requires a version matching "^10".
The application requires the extension "phar".
This application requires a PHP version matching "^10".
This application requires the extension "phar".
✔ The package "package-with-extensions" requires the extension "json".
✘ The package "package-with-extensions" requires the extension "ldap".
✘ The package "package-with-extensions" requires the extension "random".
Expand All @@ -19,7 +19,7 @@ Box Requirements Checker
Fix the following mandatory requirements:
=========================================

* The application requires a version matching "^10".
* This application requires a PHP version matching "^10".
* The package "package-with-extensions" requires the extension "ldap". You
either need to enable it or request the application to be shipped with a
polyfill for this extension.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Box Requirements Checker
> PHP is not using any php.ini file.

> Checking Box requirements:
The application requires the extension "phar".
The application conflicts with the extension "pdo".
This application requires the extension "phar".
This application conflicts with the extension "pdo".


[ERROR] Your system is not ready to run the application.
Expand All @@ -16,6 +16,6 @@ Box Requirements Checker
Fix the following mandatory requirements:
=========================================

* The application conflicts with the extension "pdo". You need to disable it in
order to run this application.
* This application conflicts with the extension "pdo". You need to disable it
in order to run this application.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Box Requirements Checker
> PHP is not using any php.ini file.

> Checking Box requirements:
The application requires a version matching ">=5.3".
The application requires the extension "phar".
This application requires a PHP version matching ">=5.3".
This application requires the extension "phar".


[OK] Your system is ready to run the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Box Requirements Checker
> PHP is not using any php.ini file.

> Checking Box requirements:
The application requires a version matching ">=5.3".
The application requires the extension "phar".
This application requires a PHP version matching ">=5.3".
This application requires the extension "phar".


[OK] Your system is ready to run the application.
Expand Down

0 comments on commit 41e0430

Please sign in to comment.