Skip to content

Commit ea1d6cd

Browse files
authored
Update composer.json
1 parent 9a1fa8d commit ea1d6cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2",
8-
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
7+
"php": "^7.3",
8+
"laravel/framework": "^6.0|^7.0",
99
"guzzlehttp/guzzle": "^6.4",
1010
"jaybizzle/crawler-detect": "^1.2"
1111
},
1212
"require-dev": {
13-
"orchestra/testbench": "^4.3|^5.0"
13+
"orchestra/testbench": "^5.0|^6.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)