Skip to content

Commit 20c692f

Browse files
authored
Update composer.json
1 parent 81cf21f commit 20c692f

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
@@ -5,12 +5,12 @@
55
"type": "library",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.2",
9-
"laravel/framework": "5.8.*|^6.0|^7.0",
8+
"php": "^7.3",
9+
"laravel/framework": "^6.0|^7.0|^8.0",
1010
"ext-json": "*"
1111
},
1212
"require-dev": {
13-
"orchestra/testbench": "^3.8|^4.0|^5.0"
13+
"orchestra/testbench": "^4.0|^5.0|^6.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)