Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 02cea89

Browse filesBrowse files
committed
minor #246 Updated the Symfony versions displayed in README and commands (Antoine Makdessi, javiereguiluz)
This PR was merged into the 1.0-dev branch. Discussion ---------- Updated the Symfony versions displayed in README and commands This supersedes #232. Commits ------- a77b033 Reverted some wrong changes 67507b5 Tweaked and reverted some changes be1f985 Symfony install review
2 parents 14f204e + a77b033 commit 02cea89
Copy full SHA for 02cea89

File tree

Expand file treeCollapse file tree

5 files changed

+22
-9
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+22
-9
lines changed

‎LICENSE

Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2015 Fabien Potencier
1+
Copyright (c) 2014-2016 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

‎README.md

Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ automatically select the most recent version available for the given branch:
7777

7878
```bash
7979
# Linux, Mac OS X
80-
$ symfony new my_project 2.3
80+
$ symfony new my_project 2.8
8181

8282
# Windows
83-
c:\> php symfony new my_project 2.3
83+
c:\> php symfony new my_project 2.8
8484
```
8585

8686
**4. Start a new project based on a specific Symfony version**
@@ -90,10 +90,23 @@ argument and the exact Symfony version as the second argument:
9090

9191
```bash
9292
# Linux, Mac OS X
93-
$ symfony new my_project 2.5.6
93+
$ symfony new my_project 2.8.1
9494

9595
# Windows
96-
c:\> php symfony new my_project 2.5.6
96+
c:\> php symfony new my_project 2.8.1
97+
```
98+
99+
**5. Install the Symfony demo application**
100+
101+
The Symfony Demo is a reference application developed using the official Symfony
102+
Best Practices:
103+
104+
```bash
105+
# Linux, Mac OS X
106+
$ symfony demo
107+
108+
# Windows
109+
c:\> php symfony demo
97110
```
98111

99112
Updating the installer

‎src/Symfony/Installer/AboutCommand.php

Copy file name to clipboardExpand all lines: src/Symfony/Installer/AboutCommand.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ protected function execute(InputInterface $input, OutputInterface $output)
6060
6161
Create a project based on a <info>specific Symfony branch</info>:
6262
63-
<comment>%3\$s new blog 2.3</comment>
63+
<comment>%3\$s new blog 2.8</comment> or <comment>%3\$s new blog 3.0</comment>
6464
6565
Create a project based on a <info>specific Symfony version</info>:
6666
67-
<comment>%3\$s new blog 2.5.6</comment>
67+
<comment>%3\$s new blog 2.8.1</comment> or <comment>%3\$s new blog 3.0.1</comment>
6868
6969
Create a <info>demo application</info> to learn how a Symfony application works:
7070

‎src/Symfony/Installer/DownloadCommand.php

Copy file name to clipboardExpand all lines: src/Symfony/Installer/DownloadCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ protected function generateRandomSecret()
429429

430430
/**
431431
* Returns the executed command with all its arguments
432-
* (e.g. "symfony new blog 2.3.6").
432+
* (e.g. "symfony new blog 2.8.1").
433433
*
434434
* @return string
435435
*/

‎src/Symfony/Installer/SelfUpdateCommand.php

Copy file name to clipboardExpand all lines: src/Symfony/Installer/SelfUpdateCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function configure()
5757
$this
5858
->setName('self-update')
5959
->setAliases(array('selfupdate'))
60-
->setDescription('Update the installer to the latest version.')
60+
->setDescription('Update the Symfony Installer to the latest version.')
6161
->setHelp('The <info>%command.name%</info> command updates the installer to the latest available version.')
6262
;
6363
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.