Commit fe0e8fbd authored by Fabien Potencier's avatar Fabien Potencier

changed Symfony2 to Symfony

parent 6fe3fcef
Silex, a simple Web Framework Silex, a simple Web Framework
============================= =============================
Silex is a PHP micro-framework to develop websites based on `Symfony2 Silex is a PHP micro-framework to develop websites based on `Symfony
components`_: components`_:
.. code-block:: php .. code-block:: php
...@@ -57,7 +57,7 @@ License ...@@ -57,7 +57,7 @@ License
Silex is licensed under the MIT license. Silex is licensed under the MIT license.
.. _Symfony2 components: http://symfony.com .. _Symfony components: http://symfony.com
.. _Composer: http://getcomposer.org .. _Composer: http://getcomposer.org
.. _PHPUnit: https://phpunit.de .. _PHPUnit: https://phpunit.de
.. _silex.zip: http://silex.sensiolabs.org/download .. _silex.zip: http://silex.sensiolabs.org/download
......
{ {
"minimum-stability": "dev", "minimum-stability": "dev",
"name": "silex/silex", "name": "silex/silex",
"description": "The PHP micro-framework based on the Symfony2 Components", "description": "The PHP micro-framework based on the Symfony Components",
"keywords": ["microframework"], "keywords": ["microframework"],
"homepage": "http://silex.sensiolabs.org", "homepage": "http://silex.sensiolabs.org",
"license": "MIT", "license": "MIT",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment