|
26 | 26 | "symfony/http-kernel": "~2.8|~3.0",
|
27 | 27 | "symfony/polyfill-mbstring": "~1.0",
|
28 | 28 | "symfony/filesystem": "~2.8|~3.0",
|
| 29 | + "symfony/finder": "~2.8|~3.0", |
29 | 30 | "symfony/routing": "~3.0",
|
30 | 31 | "symfony/security-core": "~2.8|~3.0",
|
31 | 32 | "symfony/security-csrf": "~2.8|~3.0",
|
|
40 | 41 | "symfony/console": "~2.8|~3.0",
|
41 | 42 | "symfony/css-selector": "~2.8|~3.0",
|
42 | 43 | "symfony/dom-crawler": "~2.8|~3.0",
|
43 |
| - "symfony/finder": "~2.8|~3.0", |
44 | 44 | "symfony/polyfill-intl-icu": "~1.0",
|
45 | 45 | "symfony/security": "~2.8|~3.0",
|
46 | 46 | "symfony/form": "~2.8|~3.0",
|
|
53 | 53 | },
|
54 | 54 | "suggest": {
|
55 | 55 | "symfony/console": "For using the console commands",
|
56 |
| - "symfony/finder": "For using the translation loader and cache warmer", |
57 | 56 | "symfony/form": "For using forms",
|
58 | 57 | "symfony/serializer": "For using the serializer service",
|
59 | 58 | "symfony/validator": "For using validation",
|
60 | 59 | "symfony/yaml": "For using the debug:config and lint:yaml commands",
|
61 |
| - "symfony/property-info": "For using the property_info_extractor service", |
| 60 | + "symfony/property-info": "For using the property_info service", |
62 | 61 | "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands"
|
63 | 62 | },
|
64 | 63 | "autoload": {
|
|
0 commit comments