PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, December 30, 2021

[FIXED] Installing CakePHP 3.10 outputs version 4.2

 December 30, 2021     cakephp, cakephp-3.0, php     No comments   

Issue

I'm attemping to install CakePHP 3.10 using the following command:

composer create-project --prefer-dist cakephp/app:3.* my_app_name

However, once it's done, I see this on the welcome page:

"Welcome to CakePHP 4.2.8 Strawberry"

Output of console:

$ composer create-project --prefer-dist cakephp/app:3.* my_app_name
Creating a "cakephp/app:3.*" project at "./my_app_name"
Installing cakephp/app (3.10.0)
  - Installing cakephp/app (3.10.0): Extracting archive

Solution

Looks like there was a mistake, it seems that 3.10.0 accidentally targeted the master branch.

https://github.com/cakephp/app/issues/849



Answered By - ndm
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing