Impossible to install

nebumix
Forums
Hi, I tried to install opigno-composer following the instructions. composer create-project opigno/opigno-composer project and this is my output Creating a "opigno/opigno-composer" project at "./project" Installing opigno/opigno-composer (3.0.0) - Installing opigno/opigno-composer (3.0.0): Extracting archive Created project in /Applications/MAMP/htdocs/project Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - opigno/opigno_lms[3.0.0-beta2, ..., 3.0.0] require dompdf/dompdf 0.8.5 -> satisfiable by dompdf/dompdf[v0.8.5]. - opigno/opigno_lms 3.x-dev requires drupal/h5p 2.0.0-alpha1 -> found drupal/h5p[dev-8.x-1.x-dev, dev-8.x-1.x, dev-3150110-drupal-9-readyness] but it does not match the constraint. - opigno/opigno_lms 3.0.0-beta1 requires almende/vis 4.21.0 -> could not be found in any version, there may be a typo in the package name. - dompdf/dompdf[v0.8.4, ..., v0.8.5] require php ^7.1 -> your php version (8.1.1) does not satisfy that requirement. - Root composer.json requires opigno/opigno_lms ^3.0 -> satisfiable by opigno/opigno_lms[3.0.0-beta1, ..., 3.x-dev]. Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see for more details. - It's a private package and you forgot to add a custom repository to find it Read for further common problems.
grindlay

Same issse

I have the exact same issue on a fresh install with composer. I am using composer v2.2. Your requirements could not be resolved to an installable set of packages. Problem 1 - opigno/opigno_lms[3.0.0-beta2, ..., 3.0.0] require dompdf/dompdf 0.8.5 -> satisfiable by dompdf/dompdf[v0.8.5]. - opigno/opigno_lms 3.x-dev requires drupal/h5p 2.0.0-alpha1 -> found drupal/h5p[dev-8.x-1.x-dev, dev-8.x-1.x, dev-3150110-drupal-9-readyness] but it does not match the constraint. - opigno/opigno_lms 3.0.0-beta1 requires almende/vis 4.21.0 -> could not be found in any version, there may be a typo in the package name. - dompdf/dompdf v0.8.5 requires php ^7.1 -> your php version (8.0.16) does not satisfy that requirement. - Root composer.json requires opigno/opigno_lms ^3.0 -> satisfiable by opigno/opigno_lms[3.0.0-beta1, ..., 3.x-dev]. Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see for more details. - It's a private package and you forgot to add a custom repository to find it Read for further common problems. After a day and half trying to install Opigno 2.x and 3.x using both D8 and D9 I am giving up and reverting to Moodle. Shame, as this project has a lot of potential, but it falls over too easily when resolving dependencies. Also, not clear whether D8 or D9 is the preferred platform. Finally, seeing issues with PHP 8.x. Again, not clear what the 'officially' supported versions are.
shibboleth

Same issue / install ok

Maybe try this: create-opigno project/opigno-compose youropigno cd youropigno composer requires opigno/opigno_lms:^3.0 dompdf/dompdf:0.8.5 If you have a compatibility problem with your version of php and dompdf:0.8.5 you can do: update-alternatives --set php /usr/bin/php7.4