Skip to content

Commit f2af36f

Browse files
committed
updated components to 2.3
1 parent 8ef2bdb commit f2af36f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/using_components.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Using the Finder Component
2424
2525
{
2626
"require": {
27-
"symfony/finder": "2.2.*"
27+
"symfony/finder": "2.3.*"
2828
}
2929
}
3030
3131
If you already have a ``composer.json`` file, just add this line to it. You
32-
may also need to adjust the version (e.g. ``2.1.1`` or ``2.2.*``).
32+
may also need to adjust the version (e.g. ``2.2.2`` or ``2.3.*``).
3333

3434
You can research the component names and versions at `packagist.org`_.
3535

@@ -69,9 +69,9 @@ immediately::
6969
7070
{
7171
"require": {
72-
"symfony/finder": "2.2.*",
73-
"symfony/dom-crawler": "2.2.*",
74-
"symfony/css-selector": "2.2.*"
72+
"symfony/finder": "2.3.*",
73+
"symfony/dom-crawler": "2.3.*",
74+
"symfony/css-selector": "2.3.*"
7575
}
7676
}
7777
@@ -81,7 +81,7 @@ immediately::
8181
8282
{
8383
"require": {
84-
"symfony/symfony": "2.2.*"
84+
"symfony/symfony": "2.3.*"
8585
}
8686
}
8787

0 commit comments

Comments
 (0)