Skip to content

Commit ef5653a

Browse files
authored
Update composer.json
1 parent 21a92aa commit ef5653a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=7.0",
8-
"symfony/dom-crawler": "^3.0|^4.0",
8+
"symfony/dom-crawler": "^4.0",
99
"guzzlehttp/guzzle": "^6.3",
1010
"tightenco/collect": "^5.3",
1111
"nicmart/tree": "^0.2.7",
12-
"spatie/browsershot": "^2.4"
12+
"spatie/browsershot": "^3.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^6.5",
16-
"symfony/var-dumper": "^3.3"
1716
},
1817
"autoload": {
1918
"psr-4": {
@@ -36,7 +35,7 @@
3635
"config": {
3736
"preferred-install": "dist",
3837
"platform": {
39-
"php": "7.0.0"
38+
"php": "7.2.0"
4039
}
4140
}
4241
}

0 commit comments

Comments
 (0)