Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Fix Symfony3 is now the latest release #206

Merged
merged 1 commit into from
Nov 30, 2015

Conversation

ogizanagi
Copy link
Contributor

Symfony 3 is now the latest release. 🎉

Fix the following issue:

symfony new test

 Downloading Symfony...

    4.93 MB/4.93 MB ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓  100%

 Preparing project...

PHP Warning:  require(/Users/Ogi/test/app/SymfonyRequirements.php): failed to open stream: No such file or directory in phar:///usr/local/bin/symfony/src/Symfony/Installer/DownloadCommand.php on line 265

Warning: require(/Users/Ogi/test/app/SymfonyRequirements.php): failed to open stream: No such file or directory in phar:///usr/local/bin/symfony/src/Symfony/Installer/DownloadCommand.php on line 265
PHP Fatal error:  require(): Failed opening required '/Users/Ogi/test/app/SymfonyRequirements.php' (include_path='.:/usr/local/php5/lib/php') in phar:///usr/local/bin/symfony/src/Symfony/Installer/DownloadCommand.php on line 265

Fatal error: require(): Failed opening required '/Users/Ogi/test/app/SymfonyRequirements.php' (include_path='.:/usr/local/php5/lib/php') in phar:///usr/local/bin/symfony/src/Symfony/Installer/DownloadCommand.php on line 265

@javiereguiluz
Copy link
Member

Are you using the most recent release of the installer? The latest is 1.4.2.

@ogizanagi
Copy link
Contributor Author

@javiereguiluz : I'm currently using the master branch of the repository.

@javiereguiluz
Copy link
Member

OK. I'm going to merge and release a new version. Thanks for fixing this issue @ogizanagi.

@iagomls
Copy link

iagomls commented Nov 30, 2015

Same problem here. I also can't run the command symfony new [name] 3.0.

@ogizanagi
Copy link
Contributor Author

@javiereguiluz : tests will need to be updated, but I guess this could be done after a new release.

@javiereguiluz javiereguiluz merged commit 1110917 into symfony:master Nov 30, 2015
javiereguiluz added a commit that referenced this pull request Nov 30, 2015
This PR was merged into the 1.0-dev branch.

Discussion
----------

Fix Symfony3 is now the latest release

Symfony 3 is now the latest release. 🎉

Fix the following issue:

```bash
symfony new test

 Downloading Symfony...

    4.93 MB/4.93 MB ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓  100%

 Preparing project...

PHP Warning:  require(/Users/Ogi/test/app/SymfonyRequirements.php): failed to open stream: No such file or directory in phar:///usr/local/bin/symfony/src/Symfony/Installer/DownloadCommand.php on line 265

Warning: require(/Users/Ogi/test/app/SymfonyRequirements.php): failed to open stream: No such file or directory in phar:///usr/local/bin/symfony/src/Symfony/Installer/DownloadCommand.php on line 265
PHP Fatal error:  require(): Failed opening required '/Users/Ogi/test/app/SymfonyRequirements.php' (include_path='.:/usr/local/php5/lib/php') in phar:///usr/local/bin/symfony/src/Symfony/Installer/DownloadCommand.php on line 265

Fatal error: require(): Failed opening required '/Users/Ogi/test/app/SymfonyRequirements.php' (include_path='.:/usr/local/php5/lib/php') in phar:///usr/local/bin/symfony/src/Symfony/Installer/DownloadCommand.php on line 265
```

Commits
-------

1110917 Fix Symfony3 is now the latest release
@ogizanagi ogizanagi deleted the fix_3.0_latest branch November 30, 2015 22:03
@javiereguiluz
Copy link
Member

@iagomelanias try excuting the command again and it should work now.

@pounard
Copy link

pounard commented Dec 1, 2015

Found a maybe related error #213

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants