There's no news here. Composer does everything for you, as it does with
Laravel. Execute the following command on your command line at the
root of your new project in order to include Silex in your
composer.json
file:
$ composer require silex/silex
You may require more dependencies, but let's add them when we need them.