File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ Using the Finder Component
24
24
25
25
{
26
26
"require" : {
27
- "symfony/finder" : " 2.2 .*"
27
+ "symfony/finder" : " 2.3 .*"
28
28
}
29
29
}
30
30
31
31
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 .* ``).
33
33
34
34
You can research the component names and versions at `packagist.org `_.
35
35
@@ -69,9 +69,9 @@ immediately::
69
69
70
70
{
71
71
"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 .*"
75
75
}
76
76
}
77
77
@@ -81,7 +81,7 @@ immediately::
81
81
82
82
{
83
83
"require" : {
84
- "symfony/symfony" : " 2.2 .*"
84
+ "symfony/symfony" : " 2.3 .*"
85
85
}
86
86
}
87
87
You can’t perform that action at this time.
0 commit comments