What I've tried:
I tried with:
composer create-project symfony/framework-standard-edition my_project_name "4.2.*"
But get:
" Could not find package symfony/framework-standard-edition with version 4.2.10."
And I need the exact one. Any help?
What I've tried:
I tried with:
composer create-project symfony/framework-standard-edition my_project_name "4.2.*"
But get:
" Could not find package symfony/framework-standard-edition with version 4.2.10."
And I need the exact one. Any help?
The package
symfony/framework-standard-edition
is for 3.4.* version. For 4.2.* you should usesymfony/website-skeleton
.More details in the official documentation.