Skip to content

Commit 6dff8fe

Browse files
committed
composer.json: fix PSR-4 for tests
1 parent 2e9d73e commit 6dff8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": "^8.2",
2626
"ext-zip": "*",
27-
"silverstripe/framework": "^5",
27+
"silverstripe/framework": "^5.2",
2828
"tractorcow/silverstripe-fluent": "^7",
2929
"lekoala/silverstripe-pure-modal": "^1.2.1",
3030
"lekoala/silverstripe-cms-actions": "^1.7.5",
@@ -39,7 +39,7 @@
3939
"autoload": {
4040
"psr-4": {
4141
"Netwerkstatt\\FluentExportImport\\": "src/",
42-
"Netwerkstatt\\FluentExportImport\\Tests\\": "tests/"
42+
"Netwerkstatt\\FluentExportImport\\Tests\\": "tests/php"
4343
}
4444
},
4545
"scripts": {

0 commit comments

Comments
 (0)