Enhancement: Enable required extensions only #32
Annotations
13 errors
Tests (7.1)
Process completed with exit code 255.
|
Tests (7.3)
Process completed with exit code 255.
|
Tests (7.2)
The job was canceled because "_7_1" failed.
|
Tests (7.2)
Process completed with exit code 255.
|
Tests (8.1)
The job was canceled because "_7_1" failed.
|
Tests (8.1)
The operation was canceled.
|
Tests (8.0)
The job was canceled because "_7_1" failed.
|
Tests (8.0)
The operation was canceled.
|
Tests (8.2)
The job was canceled because "_7_1" failed.
|
Tests (8.2)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- phpunit/phpunit[4.8.36, 9.3.0, ..., 9.6.17] require ext-dom * -> it is missing from your system. Install or enable PHP's dom extension.
- phpunit/phpunit[5.5.0, ..., 5.7.27] require php ^5.6 || ^7.0 -> your php version (8.2.15) does not satisfy that requirement.
- phpunit/phpunit[6.5.0, ..., 6.5.14] require php ^7.0 -> your php version (8.2.15) does not satisfy that requirement.
- phpunit/phpunit[7.5.0, ..., 7.5.20] require php ^7.1 -> your php version (8.2.15) does not satisfy that requirement.
- phpunit/phpunit[9.0.0, ..., 9.2.6] require php ^7.3 -> your php version (8.2.15) does not satisfy that requirement.
- Root composer.json requires phpunit/phpunit ^4.8.36 || ^5.5 || ^6.5 || ^7.5 || ^9.0 -> satisfiable by phpunit/phpunit[4.8.36, 5.5.0, ..., 5.7.27, 6.5.0, ..., 6.5.14, 7.5.0, ..., 7.5.20, 9.0.0, ..., 9.6.17].
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.2/cli/php.ini
- /etc/php/8.2/cli/conf.d/20-mbstring.ini
- /etc/php/8.2/cli/conf.d/20-phar.ini
- /etc/php/8.2/cli/conf.d/99-pecl.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-dom` to temporarily ignore these required extensions.
|
Tests (8.2)
Process completed with exit code 2.
|
Tests (7.4)
The job was canceled because "_7_1" failed.
|
Tests (7.4)
Process completed with exit code 255.
|