Skip to content

Commit 70695b6

Browse files
authored
Update composer.json
1 parent f99b7eb commit 70695b6

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,11 +4,11 @@
44
"type": "library",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.2",
8-
"laravel/framework": "5.8.*|^6.0|^7.0"
7+
"php": "^7.3",
8+
"laravel/framework": "^6.0|^7.0|^8.0"
99
},
1010
"require-dev": {
11-
"orchestra/testbench": "^3.8|^4.0|^5.0"
11+
"orchestra/testbench": "^4.0|^5.0|^6.0"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)