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.
orchestra/sidekick
1 parent 5f30182 commit aaa317dCopy full SHA for aaa317d
composer.json
@@ -30,7 +30,7 @@
30
"php": "^8.0",
31
"illuminate/console": "^9.52.15",
32
"illuminate/filesystem": "^9.52.15",
33
- "orchestra/sidekick": "^1.1.14"
+ "orchestra/sidekick": "~1.1.23|~1.2.20"
34
},
35
"require-dev": {
36
"fakerphp/faker": "^1.21",
src/Actions/ModifyComposer.php
@@ -4,7 +4,7 @@
4
5
use RuntimeException;
6
7
-use function Orchestra\Sidekick\join_paths;
+use function Orchestra\Sidekick\Filesystem\join_paths;
8
9
/**
10
* @api
0 commit comments