Skip to content

Commit cff4221

Browse files
committed
update composer.json
1 parent e04d78c commit cff4221

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"ext-json": "*",
1515
"ext-pcntl": "*",
1616
"ext-posix": "*",
17-
"illuminate/contracts": "^7.0",
18-
"illuminate/queue": "^7.0",
19-
"illuminate/support": "^7.0",
17+
"illuminate/contracts": "^8.0",
18+
"illuminate/queue": "^8.0",
19+
"illuminate/support": "^8.0",
2020
"nesbot/carbon": "^2.17",
2121
"ramsey/uuid": "^3.5|^4.0",
2222
"symfony/process": "^5.0",
2323
"symfony/error-handler": "^5.0"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^1.0",
27-
"orchestra/testbench": "^5.0",
27+
"orchestra/testbench": "dev-master",
2828
"phpunit/phpunit": "^8.0",
2929
"predis/predis": "^1.1"
3030
},

0 commit comments

Comments
 (0)