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 60b8e81 commit 9b31044Copy full SHA for 9b31044
.php-cs-fixer.dist.php
@@ -6,7 +6,7 @@
6
*
7
*/
8
9
-$config = include '../phpfui/PhpCsFixer.php';
+$config = include 'vendor/phpfui/phpunit-syntax-coverage/PhpCsFixer.php';
10
11
return $config->setFinder(PhpCsFixer\Finder::create()
12
->exclude('vendor')
composer.json
@@ -28,7 +28,7 @@
28
}
29
],
30
"autoload": {
31
- "psr-0": { "ICalendarOrg": ["src/"] }
+ "psr-4": {"ICalendarOrg\\": "src/ICalendarOrg/"}
32
},
33
"require": {
34
"php": ">=7.4 <8.3"
0 commit comments