You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2019. It is now read-only.
bug #206 Fix Symfony3 is now the latest release (ogizanagi)
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
0 commit comments