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
86cd9879
Commit
86cd9879
authored
Dec 05, 2014
by
Dave Marshall
Committed by
Fabien Potencier
Dec 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify composer install instructions
parent
82f7e13d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
README.rst
README.rst
+3
-9
No files found.
README.rst
View file @
86cd9879
...
...
@@ -23,17 +23,11 @@ Silex works with PHP 5.3.3 or later.
Installation
------------
The recommended way to install Silex is through `Composer`_. Just create a
``composer.json`` file and run the ``php composer.phar install`` command to
install it:
The recommended way to install Silex is through `Composer`_:
.. code-block::
json
.. code-block::
bash
{
"require": {
"silex/silex": "~1.2"
}
}
php composer.phar require silex/silex "~2.0@dev"
Alternatively, you can download the `silex.zip`_ file and extract it.
...
...
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