We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d353f5 commit 235f8b0Copy full SHA for 235f8b0
2 files changed
composer.json
@@ -27,14 +27,14 @@
27
],
28
"require": {
29
"php": "^7.2|^8.0",
30
- "illuminate/console": "~9.0",
31
- "illuminate/support": "~9.0",
32
- "illuminate/cache": "~9.0"
+ "illuminate/console": "~10.26",
+ "illuminate/support": "~10.26",
+ "illuminate/cache": "~10.26"
33
},
34
"require-dev": {
35
- "phpunit/phpunit": "^8",
36
- "mockery/mockery": "dev-master",
37
- "illuminate/database": "~9.0"
+ "phpunit/phpunit": "^9",
+ "mockery/mockery": "~1.6",
+ "illuminate/database": "~10.26"
38
39
"autoload": {
40
"classmap": [
0 commit comments