Skip to content

Add Symfony version to symfony new command of Symfony Installer #11799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2019

Conversation

Mynyx
Copy link
Contributor

@Mynyx Mynyx commented Jun 20, 2019

Using the Symfony Installer without version parameter leads to an error:

$ ./symfony new blog



  [RuntimeException]
  The Symfony Installer is not compatible with Symfony 4.x or newer versions.
  Run this other command to install Symfony using Composer instead:
  composer create-project symfony/skeleton blog



new <directory> [<version>]

@javiereguiluz
Copy link
Member

Good catch, thanks @Mynyx.

@javiereguiluz javiereguiluz merged commit 7a026da into symfony:3.4 Jun 24, 2019
javiereguiluz added a commit that referenced this pull request Jun 24, 2019
…staller (Mynyx)

This PR was merged into the 3.4 branch.

Discussion
----------

Add Symfony version to symfony new command of Symfony Installer

Using the Symfony Installer without version parameter leads to an error:

```
$ ./symfony new blog

  [RuntimeException]
  The Symfony Installer is not compatible with Symfony 4.x or newer versions.
  Run this other command to install Symfony using Composer instead:
  composer create-project symfony/skeleton blog

new <directory> [<version>]
```

Commits
-------

7a026da Add Symfony version to symfony new command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants