Skip to content

Commit 9b31044

Browse files
committed
PSR-4 autoloading
1 parent 60b8e81 commit 9b31044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
*/
88

9-
$config = include '../phpfui/PhpCsFixer.php';
9+
$config = include 'vendor/phpfui/phpunit-syntax-coverage/PhpCsFixer.php';
1010

1111
return $config->setFinder(PhpCsFixer\Finder::create()
1212
->exclude('vendor')

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"autoload": {
31-
"psr-0": { "ICalendarOrg": ["src/"] }
31+
"psr-4": {"ICalendarOrg\\": "src/ICalendarOrg/"}
3232
},
3333
"require": {
3434
"php": ">=7.4 <8.3"

0 commit comments

Comments
 (0)