laravel new command with old version

Quando tento criar um novo projeto do Laravel usando os comandos abaixo:

laravel new --5.2 blog

laravel new blog --5.2

Dá-me o seguinte erro:

Crafting application...

  [GuzzleHttp\Exception\ClientException]
  Client error: `GET http://cabinet.laravel.com/latest-52.zip` resulted in a `404 Not Found` response:
  <!DOCTYPE html>
  <html>
      <head>
          <meta charset="UTF-8" />
          <meta name="robots" content="noindex,nofollow (truncated...)

new [--dev] [--5.2] [--] [<name>]

Estou executando o comando no XAMPP 5.6.28> Terminal

Versão do PHP: 5.6.28

Versão do compositor: 1.3.2

Versão do instalador do Laravel: 1.3.3

questionAnswers(1)

yourAnswerToTheQuestion