Skip to content

Commit 388e4af

Browse files
authored
Update composer.json
1 parent efa1bb8 commit 388e4af

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

composer.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"homepage": "https://github.com/ajdunn2/crawler",
55
"license": "MIT",
66
"require": {
7-
"php": ">=7.0",
8-
"symfony/dom-crawler": "^4.0",
9-
"guzzlehttp/guzzle": "^6.3",
10-
"tightenco/collect": "^5.3",
11-
"nicmart/tree": "^0.2.7",
7+
"php": ">=7.2",
8+
"symfony/dom-crawler": "^4.0|^5.0",
9+
"guzzlehttp/guzzle": "^6.5",
10+
"tightenco/collect": "^6.0",
11+
"nicmart/tree": "^0.3.1",
1212
"spatie/browsershot": "^3.0"
1313
},
1414
"require-dev": {
@@ -33,9 +33,6 @@
3333
}
3434
},
3535
"config": {
36-
"preferred-install": "dist",
37-
"platform": {
38-
"php": "7.2.0"
39-
}
36+
"preferred-install": "dist"
4037
}
4138
}

0 commit comments

Comments
 (0)