Welcome Guest, Not a member yet? Register   Sign In
upgrading CI3 versions
#1

Hello,

When changes occur in CI3, do I just use composer update to get latest?
Reply
#2

(This post was last modified: 04-06-2015, 05:36 PM by s4if.)

no, codeigniter isn't installed by composer. if you wanna upgrade, you can get archived copy in codeigniter's website and replace your index, system and application/config files in your apps.
there are detailed instructions in codeigniter's user guide. please take your time to check it.. Smile
Reply
#3

ok, thank you
Reply
#4

There's nothing stopping you from installing or updating CI via Composer.
Reply
#5

(04-07-2015, 02:45 AM)Narf Wrote: There's nothing stopping you from installing or updating CI via Composer.

That is very true. Back in the day it was really easy to put
Code:
"codeigniter/framework": "dev-develop"
into the require section of composer.json. And run composer update from time to time.

However now, when we have 3.0 released, it is impossible to stick with stable 3.0 version like this:
Code:
"codeigniter/framework": "~3.0"
There are no any stable versions available on packagist for some reason.

Is it possible to set the versions on packagist as they are on github? It would be really convenient.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB