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.
1 parent 1a2531b commit b29299fCopy full SHA for b29299f
composer.json
@@ -10,7 +10,7 @@
10
],
11
"require": {
12
"php": "^7.3 || ^8.0",
13
- "webmozart/path-util": "^2.3"
+ "symfony/filesystem": "^4.2 || ^5.0"
14
},
15
"require-dev": {
16
"dms/phpunit-arraysubset-asserts": "dev-master",
@@ -43,5 +43,8 @@
43
"vendor/bin/phpstan analyse lib -c phpstan.neon",
44
"vendor/bin/phpunit"
45
]
46
+ },
47
+ "config": {
48
+ "allow-plugins": true
49
}
50
lib/Workspace.php
@@ -7,7 +7,7 @@
7
use RecursiveIteratorIterator;
8
use RuntimeException;
9
use SplFileInfo;
-use Webmozart\PathUtil\Path;
+use Symfony\Component\Filesystem\Path;
class Workspace
{
0 commit comments