Skip to content

Commit c9e15c9

Browse files
authored
Merge pull request #25 from leafsphp/php84-patch
Update all external dependencies
2 parents cc64db9 + bf4b126 commit c9e15c9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@
3535
"prefer-stable": true,
3636
"require": {
3737
"leafs/leaf": "*",
38-
"doctrine/dbal": "^3.2",
3938
"vlucas/phpdotenv": "^5.4",
40-
"illuminate/database": "^8.75",
41-
"illuminate/events": "^8.75",
42-
"symfony/yaml": "^6.4",
39+
"illuminate/database": "^8.75|^10.0|^12.0",
40+
"illuminate/events": "^8.75|^10.0|^12.0",
41+
"symfony/yaml": "^5.4|^6.4",
4342
"leafs/db": "*"
4443
},
4544
"require-dev": {

src/Core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public static function loadConsole($externalCommands = [])
391391
}
392392
}
393393

394-
if (class_exists(class: 'Leaf\Queue')) {
394+
if (class_exists('Leaf\Queue')) {
395395
$externalCommands[] = \Leaf\Queue::commands();
396396
}
397397

0 commit comments

Comments
 (0)