Skip to content

Commit aaa317d

Browse files
committed
update orchestra/sidekick
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 5f30182 commit aaa317d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"php": "^8.0",
3131
"illuminate/console": "^9.52.15",
3232
"illuminate/filesystem": "^9.52.15",
33-
"orchestra/sidekick": "^1.1.14"
33+
"orchestra/sidekick": "~1.1.23|~1.2.20"
3434
},
3535
"require-dev": {
3636
"fakerphp/faker": "^1.21",

src/Actions/ModifyComposer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use RuntimeException;
66

7-
use function Orchestra\Sidekick\join_paths;
7+
use function Orchestra\Sidekick\Filesystem\join_paths;
88

99
/**
1010
* @api

0 commit comments

Comments
 (0)