|
26 | 26 | "nesbot/carbon": "~1.20", |
27 | 27 | "ramsey/uuid": "~3.0", |
28 | 28 | "swiftmailer/swiftmailer": "~6.0", |
29 | | - "symfony/console": "~3.2", |
30 | | - "symfony/debug": "~3.2", |
31 | | - "symfony/finder": "~3.2", |
32 | | - "symfony/http-foundation": "~3.2", |
33 | | - "symfony/http-kernel": "~3.2", |
34 | | - "symfony/process": "~3.2", |
35 | | - "symfony/routing": "~3.2", |
36 | | - "symfony/var-dumper": "~3.2", |
| 29 | + "symfony/console": "~3.3", |
| 30 | + "symfony/debug": "~3.3", |
| 31 | + "symfony/finder": "~3.3", |
| 32 | + "symfony/http-foundation": "~3.3", |
| 33 | + "symfony/http-kernel": "~3.3", |
| 34 | + "symfony/process": "~3.3", |
| 35 | + "symfony/routing": "~3.3", |
| 36 | + "symfony/var-dumper": "~3.3", |
37 | 37 | "tijsverkoyen/css-to-inline-styles": "~2.2", |
38 | 38 | "vlucas/phpdotenv": "~2.2" |
39 | 39 | }, |
|
77 | 77 | "pda/pheanstalk": "~3.0", |
78 | 78 | "phpunit/phpunit": "~6.0", |
79 | 79 | "predis/predis": "~1.0", |
80 | | - "symfony/css-selector": "~3.2", |
81 | | - "symfony/dom-crawler": "~3.2" |
| 80 | + "symfony/css-selector": "~3.3", |
| 81 | + "symfony/dom-crawler": "~3.3" |
82 | 82 | }, |
83 | 83 | "autoload": { |
84 | 84 | "files": [ |
|
114 | 114 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
115 | 115 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
116 | 116 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", |
117 | | - "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).", |
118 | | - "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).", |
| 117 | + "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).", |
| 118 | + "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).", |
119 | 119 | "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)." |
120 | 120 | }, |
121 | 121 | "config": { |
|
0 commit comments