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.
2 parents cc64db9 + bf4b126 commit c9e15c9Copy full SHA for c9e15c9
composer.json
@@ -35,11 +35,10 @@
35
"prefer-stable": true,
36
"require": {
37
"leafs/leaf": "*",
38
- "doctrine/dbal": "^3.2",
39
"vlucas/phpdotenv": "^5.4",
40
- "illuminate/database": "^8.75",
41
- "illuminate/events": "^8.75",
42
- "symfony/yaml": "^6.4",
+ "illuminate/database": "^8.75|^10.0|^12.0",
+ "illuminate/events": "^8.75|^10.0|^12.0",
+ "symfony/yaml": "^5.4|^6.4",
43
"leafs/db": "*"
44
},
45
"require-dev": {
src/Core.php
@@ -391,7 +391,7 @@ public static function loadConsole($externalCommands = [])
391
}
392
393
394
- if (class_exists(class: 'Leaf\Queue')) {
+ if (class_exists('Leaf\Queue')) {
395
$externalCommands[] = \Leaf\Queue::commands();
396
397
0 commit comments