We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04d78c commit cff4221Copy full SHA for cff4221
composer.json
@@ -14,17 +14,17 @@
14
"ext-json": "*",
15
"ext-pcntl": "*",
16
"ext-posix": "*",
17
- "illuminate/contracts": "^7.0",
18
- "illuminate/queue": "^7.0",
19
- "illuminate/support": "^7.0",
+ "illuminate/contracts": "^8.0",
+ "illuminate/queue": "^8.0",
+ "illuminate/support": "^8.0",
20
"nesbot/carbon": "^2.17",
21
"ramsey/uuid": "^3.5|^4.0",
22
"symfony/process": "^5.0",
23
"symfony/error-handler": "^5.0"
24
},
25
"require-dev": {
26
"mockery/mockery": "^1.0",
27
- "orchestra/testbench": "^5.0",
+ "orchestra/testbench": "dev-master",
28
"phpunit/phpunit": "^8.0",
29
"predis/predis": "^1.1"
30
0 commit comments