Skip to content

Commit 1a36317

Browse files
committed
Links to components on packagist
1 parent 500a101 commit 1a36317

File tree

15 files changed

+41
-19
lines changed

15 files changed

+41
-19
lines changed

components/class_loader.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installation
2828
You can install the component in many different ways:
2929

3030
* Use the official Git repository (https://github.com/symfony/ClassLoader);
31-
* Install it via Composer (`symfony/class-loader` on Packagist).
31+
* Install it via Composer (`symfony/class-loader` on `Packagist`_).
3232

3333
Usage
3434
-----
@@ -120,3 +120,4 @@ The order of the registrations is significant in this case.
120120

121121
.. _standards: http://symfony.com/PSR0
122122
.. _PEAR: http://pear.php.net/manual/en/standards.php
123+
.. _Packagist: https://packagist.org/packages/symfony/class-loader

components/config/introduction.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ Installation
1818
You can install the component in many different ways:
1919

2020
* Use the official Git repository (https://github.com/symfony/Config);
21-
* Install it via Composer (`symfony/config` on Packagist).
21+
* Install it via Composer (`symfony/config` on `Packagist`_).
2222

2323
Sections
2424
--------
2525

2626
* :doc:`/components/config/resources`
2727
* :doc:`/components/config/caching`
28-
* :doc:`/components/config/definition`
28+
* :doc:`/components/config/definition`
29+
30+
.. _Packagist: https://packagist.org/packages/symfony/config

components/console/introduction.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installation
1818
You can install the component in many different ways:
1919

2020
* Use the official Git repository (https://github.com/symfony/Console);
21-
* Install it via Composer (`symfony/console` on Packagist).
21+
* Install it via Composer (`symfony/console` on `Packagist`_).
2222

2323
Creating a basic Command
2424
------------------------
@@ -405,4 +405,6 @@ Learn More!
405405
-----------
406406

407407
* :doc:`/components/console/usage`
408-
* :doc:`/components/console/single_command_tool`
408+
* :doc:`/components/console/single_command_tool`
409+
410+
.. _Packagist: https://packagist.org/packages/symfony/console

components/css_selector.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
You can install the component in several different ways:
1414

1515
* Use the official Git repository (https://github.com/symfony/CssSelector);
16-
* Install it via Composer (`symfony/css-selector` on Packagist).
16+
* Install it via Composer (`symfony/css-selector` on `Packagist`_).
1717

1818
Usage
1919
-----
@@ -90,3 +90,5 @@ Several pseudo-classes are not yet supported:
9090
* ``*:first-of-type``, ``*:last-of-type``, ``*:nth-of-type``,
9191
``*:nth-last-of-type``, ``*:only-of-type``. (These work with an element
9292
name (e.g. ``li:first-of-type``) but not with ``*``.
93+
94+
.. _Packagist: https://packagist.org/packages/symfony/css-selector

components/dependency_injection/introduction.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
You can install the component in many different ways:
1818

1919
* Use the official Git repository (https://github.com/symfony/DependencyInjection);
20-
* Install it via Composer (`symfony/dependency-injection` on Packagist).
20+
* Install it via Composer (`symfony/dependency-injection` on `Packagist`_).
2121

2222
Basic Usage
2323
-----------
@@ -282,3 +282,4 @@ The ``newsletter_manager`` and ``mailer`` services can be set up using config fi
282282
$container->register('newsletter_manager', 'NewsletterManager')
283283
->addMethodCall('setMailer', new Reference('mailer');
284284
285+
.. _Packagist: https://packagist.org/packages/symfony/dependency-injection

components/dom_crawler.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
You can install the component in many different ways:
1414

1515
* Use the official Git repository (https://github.com/symfony/DomCrawler);
16-
* Install it via Composer (`symfony/dom-crawler` on Packagist).
16+
* Install it via Composer (`symfony/dom-crawler` on `Packagist`_).
1717

1818
Usage
1919
-----
@@ -318,4 +318,5 @@ directly::
318318
// submit that form
319319
$crawler = $client->submit($form);
320320

321-
.. _`Goutte`: https://github.com/fabpot/goutte
321+
.. _`Goutte`: https://github.com/fabpot/goutte
322+
.. _Packagist: https://packagist.org/packages/symfony/dom-crawler

components/event_dispatcher/introduction.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Installation
5050
You can install the component in many different ways:
5151

5252
* Use the official Git repository (https://github.com/symfony/EventDispatcher);
53-
* Install it via Composer (`symfony/event-dispatcher` on Packagist).
53+
* Install it via Composer (`symfony/event-dispatcher` on `Packagist`_).
5454

5555
Usage
5656
-----
@@ -490,3 +490,4 @@ be called.
490490
.. _`Symfony2 HttpKernel component`: https://github.com/symfony/HttpKernel
491491
.. _Closures: http://php.net/manual/en/functions.anonymous.php
492492
.. _PHP callable: http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback
493+
.. _Packagist: https://packagist.org/packages/symfony/event-dispatcher

components/finder.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
You can install the component in many different ways:
1515

1616
* Use the official Git repository (https://github.com/symfony/Finder);
17-
* Install it via Composer (`symfony/finder` on Packagist).
17+
* Install it via Composer (`symfony/finder` on `Packagist`_).
1818

1919
Usage
2020
-----
@@ -219,8 +219,9 @@ it is called with the file as a :class:`Symfony\\Component\\Finder\\SplFileInfo`
219219
instance. The file is excluded from the result set if the Closure returns
220220
``false``.
221221

222-
.. _strtotime: http://www.php.net/manual/en/datetime.formats.php
222+
.. _strtotime: http://www.php.net/manual/en/datetime.formats.php
223223
.. _Iterator: http://www.php.net/manual/en/spl.iterators.php
224224
.. _protocol: http://www.php.net/manual/en/wrappers.php
225225
.. _Streams: http://www.php.net/streams
226226
.. _IEC standard: http://physics.nist.gov/cuu/Units/binary.html
227+
.. _Packagist: https://packagist.org/packages/symfony/finder

components/http_foundation/introduction.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation
2222
You can install the component in many different ways:
2323

2424
* Use the official Git repository (https://github.com/symfony/HttpFoundation);
25-
* Install it via Composer (`symfony/http-foundation` on Packagist).
25+
* Install it via Composer (`symfony/http-foundation` on `Packagist`_).
2626

2727
Request
2828
-------
@@ -340,3 +340,5 @@ Session
340340

341341
TBD -- This part has not been written yet as it will probably be refactored
342342
soon in Symfony 2.1.
343+
344+
.. _Packagist: https://packagist.org/packages/symfony/http-foundation

components/locale.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installation
2828
You can install the component in many different ways:
2929

3030
* Use the official Git repository (https://github.com/symfony/Locale);
31-
* Install it via Composer (`symfony/locale` on Packagist).
31+
* Install it via Composer (`symfony/locale` on `Packagist`_).
3232

3333
Usage
3434
-----
@@ -67,3 +67,4 @@ When using the ClassLoader component following code is sufficient to supplement
6767
$icuVersion = Locale::getIcuVersion();
6868
$icuDataVersion = Locale::getIcuDataVersion();
6969
70+
.. _Packagist: https://packagist.org/packages/symfony/locale

components/process.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
You can install the component in many different ways:
1414

1515
* Use the official Git repository (https://github.com/symfony/Process);
16-
* Install it via Composer (`symfony/process` on Packagist).
16+
* Install it via Composer (`symfony/process` on `Packagist`_).
1717

1818
Usage
1919
-----
@@ -62,3 +62,5 @@ instead::
6262
EOF
6363
);
6464
$process->run();
65+
66+
.. _Packagist: https://packagist.org/packages/symfony/process

components/routing.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
You can install the component in many different ways:
1515

1616
* Use the official Git repository (https://github.com/symfony/Routing);
17-
* Install it via Composer (`symfony/routing` on Packagist)
17+
* Install it via Composer (`symfony/routing` on `Packagist`_).
1818

1919
Usage
2020
-----
@@ -333,3 +333,5 @@ automatically in the background if you want to use it. A basic example of the
333333
If you use caching, the Routing component will compile new classes which
334334
are saved in the ``cache_dir``. This means your script must have write
335335
permissions for that location.
336+
337+
.. _Packagist: https://packagist.org/packages/symfony/routing

components/serializer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installation
2828
You can install the component in many different ways:
2929

3030
* Use the official Git repository (https://github.com/symfony/Serializer);
31-
* Install it via Composer (`symfony/serializer` on Packagist).
31+
* Install it via Composer (`symfony/serializer` on `Packagist`_).
3232

3333
Usage
3434
-----
@@ -128,3 +128,4 @@ annotations (as well as YML, XML and PHP), integration with the Doctrine ORM,
128128
and handling of other complex cases (e.g. circular references).
129129

130130
.. _`JMSSerializationBundle`: https://github.com/schmittjoh/JMSSerializerBundle
131+
.. _Packagist: https://packagist.org/packages/symfony/serializer

components/templating.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Installation
1919
You can install the component in many different ways:
2020

2121
* Use the official Git repository (https://github.com/symfony/Templating);
22-
* Install it via Composer (`symfony/templating` on Packagist).
22+
* Install it via Composer (`symfony/templating` on `Packagist`_).
2323

2424
Usage
2525
-----
@@ -109,3 +109,5 @@ The Asset Helper
109109
----------------
110110

111111
This documentation is still being written.
112+
113+
.. _Packagist: https://packagist.org/packages/symfony/templating

components/yaml.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Installation
2727
You can install the component in many different ways:
2828

2929
* Use the official Git repository (https://github.com/symfony/Yaml);
30-
* Install it via Composer (`symfony/yaml` on Packagist).
30+
* Install it via Composer (`symfony/yaml` on `Packagist`_).
3131

3232
Why?
3333
----
@@ -472,3 +472,4 @@ Comments can be added in YAML by prefixing them with a hash mark (``#``):
472472
indented according to the current level of nesting in a collection.
473473

474474
.. _YAML: http://yaml.org/
475+
.. _Packagist: https://packagist.org/packages/symfony/yaml

0 commit comments

Comments
 (0)