Closed ypkkhatri closed 1 year ago
Same problem here
@ypkkhatri @CaioCoelhoChaves ... add "version": "4.1.4" ( where 4.1.4 is the version of codeigniter) into your composer.json.
@ypkkhatri tengo el mismo detalle, pudiste instalarlo?
I will check and get back
Still going on with new versions of CI
Your requirements could not be resolved to an installable set of packages.
Problem 1
You can also try re-running composer require with an explicit version constraint, e.g. "composer require agungsugiarto/codeigniter4-cors:*" to figure out if any version is installable, or "composer require agungsugiarto/codeigniter4-cors:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Use composer install -w
Or
composer install -W
--with-dependencies (-w): Update also dependencies of packages in the argument list, except those which are root requirements.
--with-all-dependencies (-W): Update also dependencies of packages in the argument list, including those which are root requirements.
composer install -w
this is not working, saying: The "-w" option does not exist.
@AnwarQasem me funciono la solucion que proporcionaste, agregar al archivo composer.json lo siguiente "version": "la version del codeigniter que tienen" y listo!!
@demyr17 can you try this?
composer require agungsugiarto/codeigniter4-cors -w
seems you are using very old version of CI4. latest one is 4.2.10
already fixed with last version v3.x
Codeigniter 4.1.3