Skip to content

Commit 4db7031

Browse files
committed
update symfony dependencies
1 parent 386205b commit 4db7031

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"nesbot/carbon": "~1.20",
2727
"ramsey/uuid": "~3.0",
2828
"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",
3737
"tijsverkoyen/css-to-inline-styles": "~2.2",
3838
"vlucas/phpdotenv": "~2.2"
3939
},
@@ -77,8 +77,8 @@
7777
"pda/pheanstalk": "~3.0",
7878
"phpunit/phpunit": "~6.0",
7979
"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"
8282
},
8383
"autoload": {
8484
"files": [
@@ -114,8 +114,8 @@
114114
"pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
115115
"predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
116116
"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).",
119119
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
120120
},
121121
"config": {

0 commit comments

Comments
 (0)