Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
adc20a23
Commit
adc20a23
authored
Jun 14, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added information about upgrading Silex and tweaked Silex version in the docs
parent
c23d04f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
doc/usage.rst
doc/usage.rst
+9
-1
No files found.
doc/usage.rst
View file @
adc20a23
...
@@ -25,7 +25,7 @@ If you want more flexibility, use Composer instead. Create a
...
@@ -25,7 +25,7 @@ If you want more flexibility, use Composer instead. Create a
{
{
"require": {
"require": {
"silex/silex": "
dev-master
"
"silex/silex": "
1.0.*
"
}
}
}
}
...
@@ -36,6 +36,14 @@ And run Composer to install Silex and all its dependencies:
...
@@ -36,6 +36,14 @@ And run Composer to install Silex and all its dependencies:
$ curl -s http://getcomposer.org/installer | php
$ curl -s http://getcomposer.org/installer | php
$ composer.phar install
$ composer.phar install
Upgrading
---------
Upgrading Silex to the latest version is as easy as running the ``update``
command::
$ composer.phar update
Bootstrap
Bootstrap
---------
---------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment