I have updated cakephp version 3.1 using composer. How will I downgrade to cakephp3.0 using composer ?
Asked
Active
Viewed 174 times
0
-
Are you try to set specific version in composer.json like ```"cakephp/cakephp": "3.0"``` ? – Salines May 17 '16 at 12:24
-
@Salines, Accidently we updated the composer, so cakephp version 3.0 changed to 3.2 – Karthik Keyan May 17 '16 at 12:55
-
can you post you composer.json and composer.lock? – Richard May 17 '16 at 13:06