Unlock this challenge:
Which of the following are valid ways to create a new Symfony project?
Both B and C are correct.
symfony new my_project
composer create-project symfony/skeleton my_project