From 2a905fd730a5afd3890725a9c6446738ef6ebc3d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 9 Mar 2018 16:21:49 +0100 Subject: [PATCH 1/2] Improved the "Installation" section of components --- components/asset.rst | 9 ++++++--- components/browser_kit.rst | 10 ++++++---- components/class_loader.rst | 8 ++++---- components/config.rst | 8 ++++---- components/console.rst | 7 ++++--- components/css_selector.rst | 7 ++++--- components/debug.rst | 7 ++++--- components/dependency_injection.rst | 8 ++++---- components/dom_crawler.rst | 7 ++++--- components/event_dispatcher.rst | 8 ++++---- components/expression_language.rst | 9 ++++++--- components/filesystem.rst | 7 ++++--- components/finder.rst | 7 ++++--- components/form.rst | 7 ++++--- components/http_foundation.rst | 7 ++++--- components/http_kernel.rst | 7 ++++--- components/intl.rst | 9 ++++++--- components/options_resolver.rst | 7 ++++--- components/phpunit_bridge.rst | 7 +++---- components/process.rst | 7 ++++--- components/property_access.rst | 7 ++++--- components/psr7.rst | 9 ++++++--- components/require_autoload.rst.inc | 9 ++++++--- components/routing.rst | 7 ++++--- components/security.rst | 7 ++++--- components/serializer.rst | 7 ++++--- components/stopwatch.rst | 7 ++++--- components/templating.rst | 7 ++++--- components/translation.rst | 7 ++++--- components/validator.rst | 7 ++++--- components/var_dumper.rst | 9 ++++++--- components/yaml.rst | 7 ++++--- 32 files changed, 141 insertions(+), 102 deletions(-) diff --git a/components/asset.rst b/components/asset.rst index b3beb8306e2..a80baf2fb38 100644 --- a/components/asset.rst +++ b/components/asset.rst @@ -45,10 +45,13 @@ simple. Hardcoding URLs can be a disadvantage because: Installation ------------ -You can install the component in two different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/asset`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/asset). + $ composer require symfony/asset + +Alternatively, you can clone the ``https://github.com/symfony/asset`` repository. + +.. include:: /components/require_autoload.rst.inc Usage ----- diff --git a/components/browser_kit.rst b/components/browser_kit.rst index 55e0525e1bd..767a03e0fc9 100644 --- a/components/browser_kit.rst +++ b/components/browser_kit.rst @@ -17,11 +17,13 @@ The BrowserKit Component Installation ------------ -You can install the component in two different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` - (``symfony/browser-kit`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/browser-kit). + $ composer require symfony/browser-kit + +Alternatively, you can clone the ``https://github.com/symfony/browser-kit`` repository. + +.. include:: /components/require_autoload.rst.inc Basic Usage ----------- diff --git a/components/class_loader.rst b/components/class_loader.rst index 3dafacb7736..4d7eb070c8f 100644 --- a/components/class_loader.rst +++ b/components/class_loader.rst @@ -41,11 +41,11 @@ not be found by a class loader. Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/class-loader`` - on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/class-loader). + $ composer require symfony/class-loader + +Alternatively, you can clone the ``https://github.com/symfony/class-loader`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/config.rst b/components/config.rst index 8154af898a5..09619fdf267 100644 --- a/components/config.rst +++ b/components/config.rst @@ -12,11 +12,11 @@ The Config Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/config`` - on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/config). + $ composer require symfony/config + +Alternatively, you can clone the ``https://github.com/symfony/config`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/console.rst b/components/console.rst index 41de045af25..8d7b95c9e80 100644 --- a/components/console.rst +++ b/components/console.rst @@ -15,10 +15,11 @@ other batch jobs. Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/console`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/console). + $ composer require symfony/console + +Alternatively, you can clone the ``https://github.com/symfony/console`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/css_selector.rst b/components/css_selector.rst index 6805c740bbc..1deed94179e 100644 --- a/components/css_selector.rst +++ b/components/css_selector.rst @@ -10,10 +10,11 @@ The CssSelector Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/css-selector`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/css-selector). + $ composer require symfony/css-selector + +Alternatively, you can clone the ``https://github.com/symfony/css-selector`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/debug.rst b/components/debug.rst index 21671975416..ca8ae3868de 100644 --- a/components/debug.rst +++ b/components/debug.rst @@ -14,10 +14,11 @@ The Debug Component Installation ------------ -You can install the component in many different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/debug`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/debug). + $ composer require symfony/debug + +Alternatively, you can clone the ``https://github.com/symfony/debug`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/dependency_injection.rst b/components/dependency_injection.rst index 07de6cd8048..bcc0c734672 100644 --- a/components/dependency_injection.rst +++ b/components/dependency_injection.rst @@ -14,11 +14,11 @@ For an introduction to Dependency Injection and service containers see Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/dependency-injection`` - on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/dependency-injection). + $ composer require symfony/dependency-injection + +Alternatively, you can clone the ``https://github.com/symfony/dependency-injection`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index ee27474c469..c27085d1d85 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -15,10 +15,11 @@ The DomCrawler Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/dom-crawler`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/dom-crawler). + $ composer require symfony/dom-crawler + +Alternatively, you can clone the ``https://github.com/symfony/dom-crawler`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/event_dispatcher.rst b/components/event_dispatcher.rst index 345bcb7a41d..7d7861d2740 100644 --- a/components/event_dispatcher.rst +++ b/components/event_dispatcher.rst @@ -52,11 +52,11 @@ event - ``kernel.response``. Here's how it works: Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` - (``symfony/event-dispatcher`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/event-dispatcher). + $ composer require symfony/event-dispatcher + +Alternatively, you can clone the ``https://github.com/symfony/event-dispatcher`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/expression_language.rst b/components/expression_language.rst index 09865f6e5da..434d184cdf7 100644 --- a/components/expression_language.rst +++ b/components/expression_language.rst @@ -12,10 +12,13 @@ The ExpressionLanguage Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/expression-language`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/expression-language). + $ composer require symfony/expression-language + +Alternatively, you can clone the ``https://github.com/symfony/expression-language`` repository. + +.. include:: /components/require_autoload.rst.inc How can the Expression Engine Help Me? -------------------------------------- diff --git a/components/filesystem.rst b/components/filesystem.rst index 8a44b211a15..7d8082416ea 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -14,10 +14,11 @@ The Filesystem Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/filesystem`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/filesystem). + $ composer require symfony/filesystem + +Alternatively, you can clone the ``https://github.com/symfony/filesystem`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/finder.rst b/components/finder.rst index e87b40b242d..76b6594cdbd 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -11,10 +11,11 @@ The Finder Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/finder`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/finder). + $ composer require symfony/finder + +Alternatively, you can clone the ``https://github.com/symfony/finder`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/form.rst b/components/form.rst index ee71d435d9a..01c7615b460 100644 --- a/components/form.rst +++ b/components/form.rst @@ -16,10 +16,11 @@ be from a normal form post or from an API. Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal + + $ composer require symfony/form -* :doc:`Install it via Composer ` (``symfony/form`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/form). +Alternatively, you can clone the ``https://github.com/symfony/form`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/http_foundation.rst b/components/http_foundation.rst index 013ad0385d1..5881c73ea78 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -19,10 +19,11 @@ variables and functions by an object-oriented layer. Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/http-foundation`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/http-foundation). + $ composer require symfony/http-foundation + +Alternatively, you can clone the ``https://github.com/symfony/http-foundation`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/http_kernel.rst b/components/http_kernel.rst index d7f80fb05eb..75a6b5d8986 100644 --- a/components/http_kernel.rst +++ b/components/http_kernel.rst @@ -14,10 +14,11 @@ The HttpKernel Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/http-kernel`` on Packagist_); -* Use the official Git repository (https://github.com/symfony/http-kernel). + $ composer require symfony/http-kernel + +Alternatively, you can clone the ``https://github.com/symfony/http-kernel`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/intl.rst b/components/intl.rst index 55dc9a62331..9ac1fadc846 100644 --- a/components/intl.rst +++ b/components/intl.rst @@ -20,10 +20,13 @@ The Intl Component Installation ------------ -You can install the component in two different ways: +.. code-block:: terminal -* :doc:`Install it via Composer` (``symfony/intl`` on `Packagist`_); -* Using the official Git repository (https://github.com/symfony/intl). + $ composer require symfony/intl + +Alternatively, you can clone the ``https://github.com/symfony/intl`` repository. + +.. include:: /components/require_autoload.rst.inc If you install the component via Composer, the following classes and functions of the intl extension will be automatically provided if the intl extension is diff --git a/components/options_resolver.rst b/components/options_resolver.rst index dd998b6c07b..6947eab1d32 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -12,10 +12,11 @@ The OptionsResolver Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/options-resolver`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/options-resolver). + $ composer require symfony/options-resolver + +Alternatively, you can clone the ``https://github.com/symfony/options-resolver`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index 69c35a7d3a0..6c23fe83d3a 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -25,12 +25,11 @@ It comes with the following features: Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` - (``symfony/phpunit-bridge`` on `Packagist`_); as a dev dependency; + $ composer require symfony/phpunit-bridge -* Use the official Git repository (https://github.com/symfony/phpunit-bridge). +Alternatively, you can clone the ``https://github.com/symfony/phpunit-bridge`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/process.rst b/components/process.rst index 6b0e8b7f316..c7fc50d6dda 100644 --- a/components/process.rst +++ b/components/process.rst @@ -10,10 +10,11 @@ The Process Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/process`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/process). + $ composer require symfony/process + +Alternatively, you can clone the ``https://github.com/symfony/process`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/property_access.rst b/components/property_access.rst index 6167c842b48..59c09d3d1fb 100644 --- a/components/property_access.rst +++ b/components/property_access.rst @@ -11,10 +11,11 @@ The PropertyAccess Component Installation ------------ -You can install the component in two different ways: +.. code-block:: terminal -* :doc:`Install it via Composer` (``symfony/property-access`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/property-access). + $ composer require symfony/property-access + +Alternatively, you can clone the ``https://github.com/symfony/property-access`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/psr7.rst b/components/psr7.rst index 11b14caa072..2608c148536 100644 --- a/components/psr7.rst +++ b/components/psr7.rst @@ -11,10 +11,13 @@ The PSR-7 Bridge Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (`symfony/psr-http-message-bridge on Packagist`_); -* Use the official Git repository (https://github.com/symfony/psr-http-message-bridge). + $ composer require symfony/psr-http-message-bridge + +Alternatively, you can clone the ``https://github.com/symfony/psr-http-message-bridge`` repository. + +.. include:: /components/require_autoload.rst.inc The bridge also needs a PSR-7 implementation to allow converting HttpFoundation objects to PSR-7 objects. It provides native support for `Zend Diactoros`_. diff --git a/components/require_autoload.rst.inc b/components/require_autoload.rst.inc index 568562507c1..9d47bd7ffca 100644 --- a/components/require_autoload.rst.inc +++ b/components/require_autoload.rst.inc @@ -1,3 +1,6 @@ -Then, require the ``vendor/autoload.php`` file to enable the autoloading mechanism -provided by Composer. Otherwise, your application won't be able to find the classes -of this Symfony component. +.. note:: + + If you install this component outside of a Symfony application, you must + require the ``vendor/autoload.php`` file in your code to enable the class + autoloading mechanism provided by Composer. Read + :doc:`this article ` for more details. diff --git a/components/routing.rst b/components/routing.rst index 25a8aa79294..504bddfd5e6 100644 --- a/components/routing.rst +++ b/components/routing.rst @@ -11,10 +11,11 @@ The Routing Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/routing`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/routing). + $ composer require symfony/routing + +Alternatively, you can clone the ``https://github.com/symfony/routing`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/security.rst b/components/security.rst index 1e59980cac3..6bd98403746 100644 --- a/components/security.rst +++ b/components/security.rst @@ -14,10 +14,11 @@ The Security Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/security`` on Packagist_); -* Use the official Git repository (https://github.com/symfony/security). + $ composer require symfony/security + +Alternatively, you can clone the ``https://github.com/symfony/security`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/serializer.rst b/components/serializer.rst index c2669f05752..b98bd819c31 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -27,10 +27,11 @@ but it can be useful for developing tools to serialize and deserialize your obje Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/serializer`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/serializer). + $ composer require symfony/serializer + +Alternatively, you can clone the ``https://github.com/symfony/serializer`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/stopwatch.rst b/components/stopwatch.rst index c3ebd41031d..0364e88ab30 100644 --- a/components/stopwatch.rst +++ b/components/stopwatch.rst @@ -10,10 +10,11 @@ The Stopwatch Component Installation ------------ -You can install the component in two different ways: +.. code-block:: terminal -* :doc:`Install it via Composer` (``symfony/stopwatch`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/stopwatch). + $ composer require symfony/stopwatch + +Alternatively, you can clone the ``https://github.com/symfony/stopwatch`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/templating.rst b/components/templating.rst index 8e42fdad6d1..87644a7d632 100644 --- a/components/templating.rst +++ b/components/templating.rst @@ -16,10 +16,11 @@ The Templating Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/templating`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/templating). + $ composer require symfony/templating + +Alternatively, you can clone the ``https://github.com/symfony/templating`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/translation.rst b/components/translation.rst index 91a64c68227..cbf695e4ebe 100644 --- a/components/translation.rst +++ b/components/translation.rst @@ -11,10 +11,11 @@ The Translation Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/translation`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/translation). + $ composer require symfony/translation + +Alternatively, you can clone the ``https://github.com/symfony/translation`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/validator.rst b/components/validator.rst index 2ff7e75503c..5f5a5c0a9f3 100644 --- a/components/validator.rst +++ b/components/validator.rst @@ -11,10 +11,11 @@ The Validator Component Installation ------------ -You can install the component in two different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/validator`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Validator). + $ composer require symfony/validator + +Alternatively, you can clone the ``https://github.com/symfony/validator`` repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/var_dumper.rst b/components/var_dumper.rst index 88dc23d068f..ec90ca50487 100644 --- a/components/var_dumper.rst +++ b/components/var_dumper.rst @@ -15,10 +15,13 @@ The VarDumper Component Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/var-dumper`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/var-dumper). + $ composer require symfony/var-dumper + +Alternatively, you can clone the ``https://github.com/symfony/var-dumper`` repository. + +.. include:: /components/require_autoload.rst.inc .. note:: diff --git a/components/yaml.rst b/components/yaml.rst index b48cfb46ab1..cb2c2ba457a 100644 --- a/components/yaml.rst +++ b/components/yaml.rst @@ -29,10 +29,11 @@ the `YAML 1.2 version specification`_. Installation ------------ -You can install the component in 2 different ways: +.. code-block:: terminal -* :doc:`Install it via Composer ` (``symfony/yaml`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/yaml). + $ composer require symfony/yaml + +Alternatively, you can clone the ``https://github.com/symfony/yaml`` repository. .. include:: /components/require_autoload.rst.inc From 0a78cc0efcd994d736cd41973f8e0727e75102c9 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 9 Mar 2018 16:41:52 +0100 Subject: [PATCH 2/2] Format links as elements instead of --- components/asset.rst | 2 +- components/browser_kit.rst | 2 +- components/class_loader.rst | 2 +- components/config.rst | 2 +- components/console.rst | 2 +- components/css_selector.rst | 2 +- components/debug.rst | 2 +- components/dependency_injection.rst | 2 +- components/dom_crawler.rst | 2 +- components/event_dispatcher.rst | 2 +- components/expression_language.rst | 2 +- components/filesystem.rst | 2 +- components/finder.rst | 2 +- components/form.rst | 2 +- components/http_foundation.rst | 2 +- components/http_kernel.rst | 2 +- components/intl.rst | 2 +- components/options_resolver.rst | 2 +- components/phpunit_bridge.rst | 2 +- components/process.rst | 2 +- components/property_access.rst | 2 +- components/psr7.rst | 2 +- components/routing.rst | 2 +- components/security.rst | 2 +- components/serializer.rst | 2 +- components/stopwatch.rst | 2 +- components/templating.rst | 2 +- components/translation.rst | 2 +- components/validator.rst | 2 +- components/var_dumper.rst | 2 +- components/yaml.rst | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/components/asset.rst b/components/asset.rst index a80baf2fb38..fb0dfd30565 100644 --- a/components/asset.rst +++ b/components/asset.rst @@ -49,7 +49,7 @@ Installation $ composer require symfony/asset -Alternatively, you can clone the ``https://github.com/symfony/asset`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/browser_kit.rst b/components/browser_kit.rst index 767a03e0fc9..e6e469196ce 100644 --- a/components/browser_kit.rst +++ b/components/browser_kit.rst @@ -21,7 +21,7 @@ Installation $ composer require symfony/browser-kit -Alternatively, you can clone the ``https://github.com/symfony/browser-kit`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/class_loader.rst b/components/class_loader.rst index 4d7eb070c8f..3a7021e8738 100644 --- a/components/class_loader.rst +++ b/components/class_loader.rst @@ -45,7 +45,7 @@ Installation $ composer require symfony/class-loader -Alternatively, you can clone the ``https://github.com/symfony/class-loader`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/config.rst b/components/config.rst index 09619fdf267..8134007103d 100644 --- a/components/config.rst +++ b/components/config.rst @@ -16,7 +16,7 @@ Installation $ composer require symfony/config -Alternatively, you can clone the ``https://github.com/symfony/config`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/console.rst b/components/console.rst index 8d7b95c9e80..27f670055f6 100644 --- a/components/console.rst +++ b/components/console.rst @@ -19,7 +19,7 @@ Installation $ composer require symfony/console -Alternatively, you can clone the ``https://github.com/symfony/console`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/css_selector.rst b/components/css_selector.rst index 1deed94179e..579ff693c96 100644 --- a/components/css_selector.rst +++ b/components/css_selector.rst @@ -14,7 +14,7 @@ Installation $ composer require symfony/css-selector -Alternatively, you can clone the ``https://github.com/symfony/css-selector`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/debug.rst b/components/debug.rst index ca8ae3868de..e42e3d3423a 100644 --- a/components/debug.rst +++ b/components/debug.rst @@ -18,7 +18,7 @@ Installation $ composer require symfony/debug -Alternatively, you can clone the ``https://github.com/symfony/debug`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/dependency_injection.rst b/components/dependency_injection.rst index bcc0c734672..a0e712dac83 100644 --- a/components/dependency_injection.rst +++ b/components/dependency_injection.rst @@ -18,7 +18,7 @@ Installation $ composer require symfony/dependency-injection -Alternatively, you can clone the ``https://github.com/symfony/dependency-injection`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index c27085d1d85..cdf8d02643d 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -19,7 +19,7 @@ Installation $ composer require symfony/dom-crawler -Alternatively, you can clone the ``https://github.com/symfony/dom-crawler`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/event_dispatcher.rst b/components/event_dispatcher.rst index 7d7861d2740..8f97727f737 100644 --- a/components/event_dispatcher.rst +++ b/components/event_dispatcher.rst @@ -56,7 +56,7 @@ Installation $ composer require symfony/event-dispatcher -Alternatively, you can clone the ``https://github.com/symfony/event-dispatcher`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/expression_language.rst b/components/expression_language.rst index 434d184cdf7..9a55f3ed066 100644 --- a/components/expression_language.rst +++ b/components/expression_language.rst @@ -16,7 +16,7 @@ Installation $ composer require symfony/expression-language -Alternatively, you can clone the ``https://github.com/symfony/expression-language`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/filesystem.rst b/components/filesystem.rst index 7d8082416ea..d49f9497b4a 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -18,7 +18,7 @@ Installation $ composer require symfony/filesystem -Alternatively, you can clone the ``https://github.com/symfony/filesystem`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/finder.rst b/components/finder.rst index 76b6594cdbd..ed6fbf507b6 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -15,7 +15,7 @@ Installation $ composer require symfony/finder -Alternatively, you can clone the ``https://github.com/symfony/finder`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/form.rst b/components/form.rst index 01c7615b460..6a7e81956f8 100644 --- a/components/form.rst +++ b/components/form.rst @@ -20,7 +20,7 @@ Installation $ composer require symfony/form -Alternatively, you can clone the ``https://github.com/symfony/form`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/http_foundation.rst b/components/http_foundation.rst index 5881c73ea78..8d2603dc36e 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -23,7 +23,7 @@ Installation $ composer require symfony/http-foundation -Alternatively, you can clone the ``https://github.com/symfony/http-foundation`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/http_kernel.rst b/components/http_kernel.rst index 75a6b5d8986..2b24d38c5c0 100644 --- a/components/http_kernel.rst +++ b/components/http_kernel.rst @@ -18,7 +18,7 @@ Installation $ composer require symfony/http-kernel -Alternatively, you can clone the ``https://github.com/symfony/http-kernel`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/intl.rst b/components/intl.rst index 9ac1fadc846..1322ff49302 100644 --- a/components/intl.rst +++ b/components/intl.rst @@ -24,7 +24,7 @@ Installation $ composer require symfony/intl -Alternatively, you can clone the ``https://github.com/symfony/intl`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/options_resolver.rst b/components/options_resolver.rst index 6947eab1d32..5ea4d617a29 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -16,7 +16,7 @@ Installation $ composer require symfony/options-resolver -Alternatively, you can clone the ``https://github.com/symfony/options-resolver`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index 6c23fe83d3a..4a9b16a9491 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -29,7 +29,7 @@ Installation $ composer require symfony/phpunit-bridge -Alternatively, you can clone the ``https://github.com/symfony/phpunit-bridge`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/process.rst b/components/process.rst index c7fc50d6dda..939548f789e 100644 --- a/components/process.rst +++ b/components/process.rst @@ -14,7 +14,7 @@ Installation $ composer require symfony/process -Alternatively, you can clone the ``https://github.com/symfony/process`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/property_access.rst b/components/property_access.rst index 59c09d3d1fb..f229d52d4a2 100644 --- a/components/property_access.rst +++ b/components/property_access.rst @@ -15,7 +15,7 @@ Installation $ composer require symfony/property-access -Alternatively, you can clone the ``https://github.com/symfony/property-access`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/psr7.rst b/components/psr7.rst index 2608c148536..dce04131a2d 100644 --- a/components/psr7.rst +++ b/components/psr7.rst @@ -15,7 +15,7 @@ Installation $ composer require symfony/psr-http-message-bridge -Alternatively, you can clone the ``https://github.com/symfony/psr-http-message-bridge`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/routing.rst b/components/routing.rst index 504bddfd5e6..b1690cce6bf 100644 --- a/components/routing.rst +++ b/components/routing.rst @@ -15,7 +15,7 @@ Installation $ composer require symfony/routing -Alternatively, you can clone the ``https://github.com/symfony/routing`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/security.rst b/components/security.rst index 6bd98403746..2d20b6408df 100644 --- a/components/security.rst +++ b/components/security.rst @@ -18,7 +18,7 @@ Installation $ composer require symfony/security -Alternatively, you can clone the ``https://github.com/symfony/security`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/serializer.rst b/components/serializer.rst index b98bd819c31..fa76ee66325 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -31,7 +31,7 @@ Installation $ composer require symfony/serializer -Alternatively, you can clone the ``https://github.com/symfony/serializer`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/stopwatch.rst b/components/stopwatch.rst index 0364e88ab30..878a1275a1f 100644 --- a/components/stopwatch.rst +++ b/components/stopwatch.rst @@ -14,7 +14,7 @@ Installation $ composer require symfony/stopwatch -Alternatively, you can clone the ``https://github.com/symfony/stopwatch`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/templating.rst b/components/templating.rst index 87644a7d632..3549fc50020 100644 --- a/components/templating.rst +++ b/components/templating.rst @@ -20,7 +20,7 @@ Installation $ composer require symfony/templating -Alternatively, you can clone the ``https://github.com/symfony/templating`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/translation.rst b/components/translation.rst index cbf695e4ebe..c90e668551a 100644 --- a/components/translation.rst +++ b/components/translation.rst @@ -15,7 +15,7 @@ Installation $ composer require symfony/translation -Alternatively, you can clone the ``https://github.com/symfony/translation`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/validator.rst b/components/validator.rst index 5f5a5c0a9f3..fbb951479ba 100644 --- a/components/validator.rst +++ b/components/validator.rst @@ -15,7 +15,7 @@ Installation $ composer require symfony/validator -Alternatively, you can clone the ``https://github.com/symfony/validator`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/var_dumper.rst b/components/var_dumper.rst index ec90ca50487..5071fa6828e 100644 --- a/components/var_dumper.rst +++ b/components/var_dumper.rst @@ -19,7 +19,7 @@ Installation $ composer require symfony/var-dumper -Alternatively, you can clone the ``https://github.com/symfony/var-dumper`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc diff --git a/components/yaml.rst b/components/yaml.rst index cb2c2ba457a..774675f7559 100644 --- a/components/yaml.rst +++ b/components/yaml.rst @@ -33,7 +33,7 @@ Installation $ composer require symfony/yaml -Alternatively, you can clone the ``https://github.com/symfony/yaml`` repository. +Alternatively, you can clone the ``_ repository. .. include:: /components/require_autoload.rst.inc