CodeIgniter Forums
App Starter won't update to beta 4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: App Starter won't update to beta 4 (/showthread.php?tid=74158)



App Starter won't update to beta 4 - includebeer - 08-06-2019

I'm new with composer, so I'm not sure what I am doing. I installed the app starter with composer some time ago. Now I do a "composer update" and it won't update to beta 4. In composer.lock the version is v4.0.0-beta.3, if I change it for beta.4 it revert back to beta.3.  Huh


RE: App Starter won't update to beta 4 - edica - 08-06-2019

Also here. :/


RE: App Starter won't update to beta 4 - titounnes - 08-06-2019

(08-06-2019, 03:04 AM)includebeer Wrote: I'm new with composer, so I'm not sure what I am doing. I installed the app starter with composer some time ago. Now I do a "composer update" and it won't update to beta 4. In composer.lock the version is v4.0.0-beta.3, if I change it for beta.4 it revert back to beta.3.  Huh

Edit your composer.json. 

"codeigniter4/framework": "^4@beta"

After that, run composer update.


RE: App Starter won't update to beta 4 - includebeer - 08-06-2019

(08-06-2019, 11:20 AM)titounnes Wrote: Edit your composer.json. 

"codeigniter4/framework": "^4@beta"

After that, run composer update.

I tried that and it didn't do anything. Will try again, maybe I messed up...


RE: App Starter won't update to beta 4 - includebeer - 08-06-2019

Nope...


RE: App Starter won't update to beta 4 - ciadmin - 08-06-2019

The problem is likely in the config inside the appstarter or on packagist. I am back from vacation on friday and can fix it then.


RE: App Starter won't update to beta 4 - includebeer - 08-07-2019

(08-06-2019, 09:56 PM)ciadmin Wrote: The problem is likely in the config  inside the appstarter or on packagist. I am back from vacation on friday  and can fix it then.

Ok, thank you James.


RE: App Starter won't update to beta 4 - ciadmin - 08-09-2019

The codeigniter4/framework metadata on packagist was still stuck on beta.3 ... it did not synch properly.
I have forced the synch, and a "composer update" now should bring you to the current version.

Checking the package synching ... another item for the release checklist for us!


RE: App Starter won't update to beta 4 - includebeer - 08-09-2019

(08-09-2019, 08:37 AM)ciadmin Wrote: The codeigniter4/framework metadata on packagist was still stuck on beta.3 ... it did not synch properly.
I have forced the synch, and a "composer update" now should bring you to the current version.

Checking the package synching ... another item for the release checklist for us!

Thank you! Just in time for a coding weekend!  Cool


RE: App Starter won't update to beta 4 - includebeer - 08-09-2019

It's working, thank you!  Cool

Code:
Updating codeigniter4/framework (v4.0.0-beta.3 => v4.0.0-beta.4): Downloading (100%)