Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf2af36f

Browse files
committed
updated components to 2.3
1 parent8ef2bdb commitf2af36f

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)

[8]ページ先頭

©2009-2025 Movatter.jp