Welcome Guest, Not a member yet? Register   Sign In
upgrading CI3 versions
#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


Messages In This Thread
upgrading CI3 versions - by frocco - 04-06-2015, 10:10 AM
RE: upgrading CI3 versions - by s4if - 04-06-2015, 05:34 PM
RE: upgrading CI3 versions - by Narf - 04-07-2015, 02:45 AM
RE: upgrading CI3 versions - by codinghamster - 04-08-2015, 01:47 AM
RE: upgrading CI3 versions - by frocco - 04-06-2015, 06:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB