App Starter won't update to beta 4 |
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.
![]() (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. Edit your composer.json. "codeigniter4/framework": "^4@beta" After that, run composer update.
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.
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!
(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. Thank you! Just in time for a coding weekend! ![]()
It's working, thank you!
![]() Code: Updating codeigniter4/framework (v4.0.0-beta.3 => v4.0.0-beta.4): Downloading (100%) |
Welcome Guest, Not a member yet? Register Sign In |