Welcome Guest, Not a member yet? Register   Sign In
How do i install older version of CI4 using composer
#7

(This post was last modified: 06-15-2022, 03:02 PM by kenjis.)

Sorry, if you don't know Composer's basic usage, you can't install older version of CI4 via Composer.
As you know, the cause is that the latest version framework (v4.2.0) will be installed.
So all you have to do is changing the version of framework and downgrade it in your project.

This is because appstarter specifies framework version "^4", that is 4 or later and not 5.
If we specified "4.1.9", this error does not happen, but if so, we can't update framework by `composer update`.
Because the specific version is fixed.

I recommend you use Zip download to test older version .

And I recommend you read Composer documentation.

Introduction - Composer
https://getcomposer.org/doc/00-intro.md
Basic usage - Composer
https://getcomposer.org/doc/01-basic-usage.md
Reply


Messages In This Thread
RE: How do i install older version of CI4 using composer - by kenjis - 06-15-2022, 02:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB